Shades of Chino #BBAF85
Tints of Chino #BBAF85
RGB
CMYK
RGB Variations
Color information
#BBAF85 (or 0xBBAF85) is known color: Chino. HEX triplet: BB, AF and 85. RGB value is (187,175,133). Sum of RGB (Red+Green+Blue) = 187+175+133=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF85 is #44507A. Grayscale: #ADADAD. Windows color (decimal): -4477051 or 8761275. OLE color: 8761275.
HSL color Cylindrical-coordinate representation of color #BBAF85: hue angle of 46.67º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBAF85 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 133 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.27 |
| HSL | 46.67º | 0.28% | 0.63% | - |
| HSV(B) | 46.67º | 0.29% | 0.73% | - |
| XYZ | 40.06 | 42.92 | 28.36 | - |
| YUV | 173.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 133 | 0 | 0.06 | 0.29 | 0.27 | 46.67 | 0.28 | 0.63 |
| Hex | BB | AF | 85 | 0 | 6 | 1D | 1B | 2F | 1C | 3F |
| Octal | 273 | 257 | 205 | 0 | 6 | 35 | 33 | 57 | 34 | 77 |
| Binary | 10111011 | 10101111 | 10000101 | 0 | 110 | 11101 | 11011 | 101111 | 11100 | 111111 |
Color Harmonies of #BBAF85
Complementary color
Monochromatic Colors of #BBAF85
Black with #BBAF85
Text Example
Text Example
White with #BBAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF85; }
p { color: rgb(187,175,133); }
H1.HeaderClassName
{
color: #BBAF85;
}
.AnyTagClassName
{
color: #BBAF85;
}
</style>
background-color css
<style>
a { background-color: #BBAF85; }
a { background-color: rgb(187,175,133); }
div.DivClassName
{
background-color: #BBAF85;
}
.BgClassName
{
background-color: #BBAF85;
}
</style>
border-color css
<style>
span { border-color: #BBAF85; }
span { border-color: rgb(187,175,133); }
td.TdClassName
{
border-color: #BBAF85;
}
.TagClassName
{
border-color: #BBAF85;
}
</style>