Shades of Chino #BAB089
Tints of Chino #BAB089
RGB
CMYK
RGB Variations
Color information
#BAB089 (or 0xBAB089) is known color: Chino. HEX triplet: BA, B0 and 89. RGB value is (186,176,137). Sum of RGB (Red+Green+Blue) = 186+176+137=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB089 is #454F76. Grayscale: #AEAEAE. Windows color (decimal): -4542327 or 9023674. OLE color: 9023674.
HSL color Cylindrical-coordinate representation of color #BAB089: hue angle of 47.76º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB089 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 137 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.27 |
| HSL | 47.76º | 0.26% | 0.63% | - |
| HSV(B) | 47.76º | 0.26% | 0.73% | - |
| XYZ | 40.29 | 43.3 | 29.9 | - |
| YUV | 174.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 137 | 0 | 0.05 | 0.26 | 0.27 | 47.76 | 0.26 | 0.63 |
| Hex | BA | B0 | 89 | 0 | 5 | 1A | 1B | 30 | 1A | 3F |
| Octal | 272 | 260 | 211 | 0 | 5 | 32 | 33 | 60 | 32 | 77 |
| Binary | 10111010 | 10110000 | 10001001 | 0 | 101 | 11010 | 11011 | 110000 | 11010 | 111111 |
Color Harmonies of #BAB089
Complementary color
Monochromatic Colors of #BAB089
Black with #BAB089
Text Example
Text Example
White with #BAB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB089; }
p { color: rgb(186,176,137); }
H1.HeaderClassName
{
color: #BAB089;
}
.AnyTagClassName
{
color: #BAB089;
}
</style>
background-color css
<style>
a { background-color: #BAB089; }
a { background-color: rgb(186,176,137); }
div.DivClassName
{
background-color: #BAB089;
}
.BgClassName
{
background-color: #BAB089;
}
</style>
border-color css
<style>
span { border-color: #BAB089; }
span { border-color: rgb(186,176,137); }
td.TdClassName
{
border-color: #BAB089;
}
.TagClassName
{
border-color: #BAB089;
}
</style>