Shades of Chino #B9AE82
Tints of Chino #B9AE82
RGB
CMYK
RGB Variations
Color information
#B9AE82 (or 0xB9AE82) is known color: Chino. HEX triplet: B9, AE and 82. RGB value is (185,174,130). Sum of RGB (Red+Green+Blue) = 185+174+130=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AE82 is #46517D. Grayscale: #ACACAC. Windows color (decimal): -4608382 or 8564409. OLE color: 8564409.
HSL color Cylindrical-coordinate representation of color #B9AE82: hue angle of 48º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9AE82 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 174 | 130 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.27 |
| HSL | 48º | 0.28% | 0.62% | - |
| HSV(B) | 48º | 0.3% | 0.73% | - |
| XYZ | 39.17 | 42.2 | 27.2 | - |
| YUV | 172.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 174 | 130 | 0 | 0.06 | 0.30 | 0.27 | 48 | 0.28 | 0.62 |
| Hex | B9 | AE | 82 | 0 | 6 | 1E | 1B | 30 | 1C | 3E |
| Octal | 271 | 256 | 202 | 0 | 6 | 36 | 33 | 60 | 34 | 76 |
| Binary | 10111001 | 10101110 | 10000010 | 0 | 110 | 11110 | 11011 | 110000 | 11100 | 111110 |
Color Harmonies of #B9AE82
Complementary color
Monochromatic Colors of #B9AE82
Black with #B9AE82
Text Example
Text Example
White with #B9AE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AE82; }
p { color: rgb(185,174,130); }
H1.HeaderClassName
{
color: #B9AE82;
}
.AnyTagClassName
{
color: #B9AE82;
}
</style>
background-color css
<style>
a { background-color: #B9AE82; }
a { background-color: rgb(185,174,130); }
div.DivClassName
{
background-color: #B9AE82;
}
.BgClassName
{
background-color: #B9AE82;
}
</style>
border-color css
<style>
span { border-color: #B9AE82; }
span { border-color: rgb(185,174,130); }
td.TdClassName
{
border-color: #B9AE82;
}
.TagClassName
{
border-color: #B9AE82;
}
</style>