Shades of Chino #BCAF85
Tints of Chino #BCAF85
RGB
CMYK
RGB Variations
Color information
#BCAF85 (or 0xBCAF85) is known color: Chino. HEX triplet: BC, AF and 85. RGB value is (188,175,133). Sum of RGB (Red+Green+Blue) = 188+175+133=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF85 is #43507A. Grayscale: #AEAEAE. Windows color (decimal): -4411515 or 8761276. OLE color: 8761276.
HSL color Cylindrical-coordinate representation of color #BCAF85: hue angle of 45.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCAF85 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 133 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.26 |
| HSL | 45.82º | 0.29% | 0.63% | - |
| HSV(B) | 45.82º | 0.29% | 0.74% | - |
| XYZ | 40.3 | 43.04 | 28.37 | - |
| YUV | 174.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 133 | 0 | 0.07 | 0.29 | 0.26 | 45.82 | 0.29 | 0.63 |
| Hex | BC | AF | 85 | 0 | 7 | 1D | 1A | 2E | 1D | 3F |
| Octal | 274 | 257 | 205 | 0 | 7 | 35 | 32 | 56 | 35 | 77 |
| Binary | 10111100 | 10101111 | 10000101 | 0 | 111 | 11101 | 11010 | 101110 | 11101 | 111111 |
Color Harmonies of #BCAF85
Complementary color
Monochromatic Colors of #BCAF85
Black with #BCAF85
Text Example
Text Example
White with #BCAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF85; }
p { color: rgb(188,175,133); }
H1.HeaderClassName
{
color: #BCAF85;
}
.AnyTagClassName
{
color: #BCAF85;
}
</style>
background-color css
<style>
a { background-color: #BCAF85; }
a { background-color: rgb(188,175,133); }
div.DivClassName
{
background-color: #BCAF85;
}
.BgClassName
{
background-color: #BCAF85;
}
</style>
border-color css
<style>
span { border-color: #BCAF85; }
span { border-color: rgb(188,175,133); }
td.TdClassName
{
border-color: #BCAF85;
}
.TagClassName
{
border-color: #BCAF85;
}
</style>