Shades of Chino #BAB18E
Tints of Chino #BAB18E
RGB
CMYK
RGB Variations
Color information
#BAB18E (or 0xBAB18E) is known color: Chino. HEX triplet: BA, B1 and 8E. RGB value is (186,177,142). Sum of RGB (Red+Green+Blue) = 186+177+142=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB18E is #454E71. Grayscale: #AFAFAF. Windows color (decimal): -4542066 or 9351610. OLE color: 9351610.
HSL color Cylindrical-coordinate representation of color #BAB18E: hue angle of 47.73º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB18E is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 142 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.27 |
| HSL | 47.73º | 0.24% | 0.64% | - |
| HSV(B) | 47.73º | 0.24% | 0.73% | - |
| XYZ | 40.85 | 43.84 | 31.9 | - |
| YUV | 175.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 142 | 0 | 0.05 | 0.24 | 0.27 | 47.73 | 0.24 | 0.64 |
| Hex | BA | B1 | 8E | 0 | 5 | 18 | 1B | 30 | 18 | 40 |
| Octal | 272 | 261 | 216 | 0 | 5 | 30 | 33 | 60 | 30 | 100 |
| Binary | 10111010 | 10110001 | 10001110 | 0 | 101 | 11000 | 11011 | 110000 | 11000 | 1000000 |
Color Harmonies of #BAB18E
Complementary color
Monochromatic Colors of #BAB18E
Black with #BAB18E
Text Example
Text Example
White with #BAB18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB18E; }
p { color: rgb(186,177,142); }
H1.HeaderClassName
{
color: #BAB18E;
}
.AnyTagClassName
{
color: #BAB18E;
}
</style>
background-color css
<style>
a { background-color: #BAB18E; }
a { background-color: rgb(186,177,142); }
div.DivClassName
{
background-color: #BAB18E;
}
.BgClassName
{
background-color: #BAB18E;
}
</style>
border-color css
<style>
span { border-color: #BAB18E; }
span { border-color: rgb(186,177,142); }
td.TdClassName
{
border-color: #BAB18E;
}
.TagClassName
{
border-color: #BAB18E;
}
</style>