Shades of Chino #BAB087
Tints of Chino #BAB087
RGB
CMYK
RGB Variations
Color information
#BAB087 (or 0xBAB087) is known color: Chino. HEX triplet: BA, B0 and 87. RGB value is (186,176,135). Sum of RGB (Red+Green+Blue) = 186+176+135=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB087 is #454F78. Grayscale: #AEAEAE. Windows color (decimal): -4542329 or 8892602. OLE color: 8892602.
HSL color Cylindrical-coordinate representation of color #BAB087: hue angle of 48.24º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAB087 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 135 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.27 |
| HSL | 48.24º | 0.27% | 0.63% | - |
| HSV(B) | 48.24º | 0.27% | 0.73% | - |
| XYZ | 40.15 | 43.24 | 29.15 | - |
| YUV | 174.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 135 | 0 | 0.05 | 0.27 | 0.27 | 48.24 | 0.27 | 0.63 |
| Hex | BA | B0 | 87 | 0 | 5 | 1B | 1B | 30 | 1B | 3F |
| Octal | 272 | 260 | 207 | 0 | 5 | 33 | 33 | 60 | 33 | 77 |
| Binary | 10111010 | 10110000 | 10000111 | 0 | 101 | 11011 | 11011 | 110000 | 11011 | 111111 |
Color Harmonies of #BAB087
Complementary color
Monochromatic Colors of #BAB087
Black with #BAB087
Text Example
Text Example
White with #BAB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB087; }
p { color: rgb(186,176,135); }
H1.HeaderClassName
{
color: #BAB087;
}
.AnyTagClassName
{
color: #BAB087;
}
</style>
background-color css
<style>
a { background-color: #BAB087; }
a { background-color: rgb(186,176,135); }
div.DivClassName
{
background-color: #BAB087;
}
.BgClassName
{
background-color: #BAB087;
}
</style>
border-color css
<style>
span { border-color: #BAB087; }
span { border-color: rgb(186,176,135); }
td.TdClassName
{
border-color: #BAB087;
}
.TagClassName
{
border-color: #BAB087;
}
</style>