HEX: #BC9C77
RGB: (188,156,119)
Il colore #BC9C77 contiene principalmente il rosso e il verde. Per il #BC9C77 il colore web safe è #CC9966 (#C96).
Il colore BC9C77 in RGB è definito come 188,156,119
RGB: (188,156,119)
(74%, 61%, 47%)
R 188 da 255 = 74%
G 156 da 255 = 61%
B 119 da 255 = 47%
R + G + B ~ 61%. #BC9C77 colore abbastanza chiaro.
R + G + B = 188 + 156 + 119 = 463 (100%)
R 188 da 463 ~ 40.6%
G 156 da 463 ~ 33.69%
B 119 da 463 ~ 25.7'%
Il colore #BC9C77 in CMYK è definito come 0,17,37,26.
CMYK: (0,17,37,26) C0M17Y37K26 (0%,17%,37%,26%) (0.00/0.17/0.37/0.26)
Il #BC9C77 nei modelli di colore popolari.
BC | 9C | 77 | |
---|---|---|---|
RGB | 188 | 156 | 119 |
HSL | 32° | 33.99% | 60.20% |
HSB/HSV | 32° | 36.70% | 73.73% |
CMYK | 0.00% | 17.02% | 36.70% |
26.27% |
Il #BC9C77 nei modelli numerici popolari.
Esadicemale | BC | 9C | 77 |
Decimale | 188 | 156 | 119 |
Binario | 10111100 | 10011100 | 1110111 |
Ottale | 274 | 234 | 167 |
Tonalità scure del colore #BC9C77
Tonalità chiare del colore #BC9C77
Esempi dei codici css e html per gli elementi di colore #BC9C77. Utilizzate rgb(188,156,119) anche al posto del codice hex.
.myTextColor { color: #BC9C77; }
<p style="color:#BC9C77">This sample text font color is #BC9C77.</p>
Il colore di questo testo è #BC9C77.
.myBgColor { background-color: #BC9C77; }
<div style="background-color:#BC9C77">Inner text</div>
Questo div ha lo sfondo di colore #BC9C77.
.myBorderColor { border: 1px solid #BC9C77; }
<div style="border:3px solid #BC9C77">Div</div>
Questo div ha i bordi di colore BC9C77.
.myOpacity80 { color: #BC9C77; opacity: 0.8; }
<p style="color:#BC9C77;opacity:0.8;">80%</p>
Il testo di color #BC9C77 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC9C77;}
<p style="text-shadow: 3px 3px 1px #BC9C77">Text here.</p>
Questo testo ha l'ombra di colore #BC9C77.
.textShadow {text-shadow: 3px 3px 1px #BC9C77', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC9C77, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #BC9C77 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC9C77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC9C77, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC9C77 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC9C77;
-webkit-box-shadow: 1px 1px 3px 2px #BC9C77;
box-shadow: 1px 1px 3px 2px #BC9C77;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC9C77; -webkit-box-shadow: 1px 1px 3px 2px #BC9C77; box-shadow:1px 1px 3px 2px #BC9C77;">
Div content here
</div>
Questo e il testo di colore #BC9C77 sullo sfondo nero.
Questo e il testo di colore #BC9C77 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #BC9C77.
Questo è un testo bianco sullo sfondo del colore #BC9C77.
Il colore complimentare del #hex è #436388..