Shades of Chino #B9AE8E
Tints of Chino #B9AE8E
RGB
CMYK
RGB Variations
Color information
#B9AE8E (or 0xB9AE8E) is known color: Chino. HEX triplet: B9, AE and 8E. RGB value is (185,174,142). Sum of RGB (Red+Green+Blue) = 185+174+142=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AE8E is #465171. Grayscale: #ADADAD. Windows color (decimal): -4608370 or 9350841. OLE color: 9350841.
HSL color Cylindrical-coordinate representation of color #B9AE8E: hue angle of 44.65º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9AE8E is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 174 | 142 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.27 |
| HSL | 44.65º | 0.23% | 0.64% | - |
| HSV(B) | 44.65º | 0.23% | 0.73% | - |
| XYZ | 40.03 | 42.54 | 31.69 | - |
| YUV | 173.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 174 | 142 | 0 | 0.06 | 0.23 | 0.27 | 44.65 | 0.23 | 0.64 |
| Hex | B9 | AE | 8E | 0 | 6 | 17 | 1B | 2D | 17 | 40 |
| Octal | 271 | 256 | 216 | 0 | 6 | 27 | 33 | 55 | 27 | 100 |
| Binary | 10111001 | 10101110 | 10001110 | 0 | 110 | 10111 | 11011 | 101101 | 10111 | 1000000 |
Color Harmonies of #B9AE8E
Complementary color
Monochromatic Colors of #B9AE8E
Black with #B9AE8E
Text Example
Text Example
White with #B9AE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AE8E; }
p { color: rgb(185,174,142); }
H1.HeaderClassName
{
color: #B9AE8E;
}
.AnyTagClassName
{
color: #B9AE8E;
}
</style>
background-color css
<style>
a { background-color: #B9AE8E; }
a { background-color: rgb(185,174,142); }
div.DivClassName
{
background-color: #B9AE8E;
}
.BgClassName
{
background-color: #B9AE8E;
}
</style>
border-color css
<style>
span { border-color: #B9AE8E; }
span { border-color: rgb(185,174,142); }
td.TdClassName
{
border-color: #B9AE8E;
}
.TagClassName
{
border-color: #B9AE8E;
}
</style>