Shades of Chino #BCAF8E
Tints of Chino #BCAF8E
RGB
CMYK
RGB Variations
Color information
#BCAF8E (or 0xBCAF8E) is known color: Chino. HEX triplet: BC, AF and 8E. RGB value is (188,175,142). Sum of RGB (Red+Green+Blue) = 188+175+142=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF8E is #435071. Grayscale: #AFAFAF. Windows color (decimal): -4411506 or 9351100. OLE color: 9351100.
HSL color Cylindrical-coordinate representation of color #BCAF8E: hue angle of 43.04º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCAF8E is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 142 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.26 |
| HSL | 43.04º | 0.26% | 0.65% | - |
| HSV(B) | 43.04º | 0.24% | 0.74% | - |
| XYZ | 40.95 | 43.3 | 31.79 | - |
| YUV | 175.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 142 | 0 | 0.07 | 0.24 | 0.26 | 43.04 | 0.26 | 0.65 |
| Hex | BC | AF | 8E | 0 | 7 | 18 | 1A | 2B | 1A | 41 |
| Octal | 274 | 257 | 216 | 0 | 7 | 30 | 32 | 53 | 32 | 101 |
| Binary | 10111100 | 10101111 | 10001110 | 0 | 111 | 11000 | 11010 | 101011 | 11010 | 1000001 |
Color Harmonies of #BCAF8E
Complementary color
Monochromatic Colors of #BCAF8E
Black with #BCAF8E
Text Example
Text Example
White with #BCAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF8E; }
p { color: rgb(188,175,142); }
H1.HeaderClassName
{
color: #BCAF8E;
}
.AnyTagClassName
{
color: #BCAF8E;
}
</style>
background-color css
<style>
a { background-color: #BCAF8E; }
a { background-color: rgb(188,175,142); }
div.DivClassName
{
background-color: #BCAF8E;
}
.BgClassName
{
background-color: #BCAF8E;
}
</style>
border-color css
<style>
span { border-color: #BCAF8E; }
span { border-color: rgb(188,175,142); }
td.TdClassName
{
border-color: #BCAF8E;
}
.TagClassName
{
border-color: #BCAF8E;
}
</style>