Shades of Chino #BBB087
Tints of Chino #BBB087
RGB
CMYK
RGB Variations
Color information
#BBB087 (or 0xBBB087) is known color: Chino. HEX triplet: BB, B0 and 87. RGB value is (187,176,135). Sum of RGB (Red+Green+Blue) = 187+176+135=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB087 is #444F78. Grayscale: #AEAEAE. Windows color (decimal): -4476793 or 8892603. OLE color: 8892603.
HSL color Cylindrical-coordinate representation of color #BBB087: hue angle of 47.31º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBB087 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 135 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.27 |
| HSL | 47.31º | 0.28% | 0.63% | - |
| HSV(B) | 47.31º | 0.28% | 0.73% | - |
| XYZ | 40.39 | 43.36 | 29.16 | - |
| YUV | 174.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 135 | 0 | 0.06 | 0.28 | 0.27 | 47.31 | 0.28 | 0.63 |
| Hex | BB | B0 | 87 | 0 | 6 | 1C | 1B | 2F | 1C | 3F |
| Octal | 273 | 260 | 207 | 0 | 6 | 34 | 33 | 57 | 34 | 77 |
| Binary | 10111011 | 10110000 | 10000111 | 0 | 110 | 11100 | 11011 | 101111 | 11100 | 111111 |
Color Harmonies of #BBB087
Complementary color
Monochromatic Colors of #BBB087
Black with #BBB087
Text Example
Text Example
White with #BBB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB087; }
p { color: rgb(187,176,135); }
H1.HeaderClassName
{
color: #BBB087;
}
.AnyTagClassName
{
color: #BBB087;
}
</style>
background-color css
<style>
a { background-color: #BBB087; }
a { background-color: rgb(187,176,135); }
div.DivClassName
{
background-color: #BBB087;
}
.BgClassName
{
background-color: #BBB087;
}
</style>
border-color css
<style>
span { border-color: #BBB087; }
span { border-color: rgb(187,176,135); }
td.TdClassName
{
border-color: #BBB087;
}
.TagClassName
{
border-color: #BBB087;
}
</style>