Shades of Chino #BAB08B
Tints of Chino #BAB08B
RGB
CMYK
RGB Variations
Color information
#BAB08B (or 0xBAB08B) is known color: Chino. HEX triplet: BA, B0 and 8B. RGB value is (186,176,139). Sum of RGB (Red+Green+Blue) = 186+176+139=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB08B is #454F74. Grayscale: #AEAEAE. Windows color (decimal): -4542325 or 9154746. OLE color: 9154746.
HSL color Cylindrical-coordinate representation of color #BAB08B: hue angle of 47.23º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAB08B is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 139 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.27 |
| HSL | 47.23º | 0.25% | 0.64% | - |
| HSV(B) | 47.23º | 0.25% | 0.73% | - |
| XYZ | 40.44 | 43.35 | 30.66 | - |
| YUV | 174.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 139 | 0 | 0.05 | 0.25 | 0.27 | 47.23 | 0.25 | 0.64 |
| Hex | BA | B0 | 8B | 0 | 5 | 19 | 1B | 2F | 19 | 40 |
| Octal | 272 | 260 | 213 | 0 | 5 | 31 | 33 | 57 | 31 | 100 |
| Binary | 10111010 | 10110000 | 10001011 | 0 | 101 | 11001 | 11011 | 101111 | 11001 | 1000000 |
Color Harmonies of #BAB08B
Complementary color
Monochromatic Colors of #BAB08B
Black with #BAB08B
Text Example
Text Example
White with #BAB08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB08B; }
p { color: rgb(186,176,139); }
H1.HeaderClassName
{
color: #BAB08B;
}
.AnyTagClassName
{
color: #BAB08B;
}
</style>
background-color css
<style>
a { background-color: #BAB08B; }
a { background-color: rgb(186,176,139); }
div.DivClassName
{
background-color: #BAB08B;
}
.BgClassName
{
background-color: #BAB08B;
}
</style>
border-color css
<style>
span { border-color: #BAB08B; }
span { border-color: rgb(186,176,139); }
td.TdClassName
{
border-color: #BAB08B;
}
.TagClassName
{
border-color: #BAB08B;
}
</style>