Shades of Chino #B9AE88
Tints of Chino #B9AE88
RGB
CMYK
RGB Variations
Color information
#B9AE88 (or 0xB9AE88) is known color: Chino. HEX triplet: B9, AE and 88. RGB value is (185,174,136). Sum of RGB (Red+Green+Blue) = 185+174+136=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AE88 is #465177. Grayscale: #ADADAD. Windows color (decimal): -4608376 or 8957625. OLE color: 8957625.
HSL color Cylindrical-coordinate representation of color #B9AE88: hue angle of 46.53º 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 #B9AE88 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 174 | 136 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.27 |
| HSL | 46.53º | 0.26% | 0.63% | - |
| HSV(B) | 46.53º | 0.26% | 0.73% | - |
| XYZ | 39.59 | 42.36 | 29.38 | - |
| YUV | 172.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 174 | 136 | 0 | 0.06 | 0.26 | 0.27 | 46.53 | 0.26 | 0.63 |
| Hex | B9 | AE | 88 | 0 | 6 | 1A | 1B | 2F | 1A | 3F |
| Octal | 271 | 256 | 210 | 0 | 6 | 32 | 33 | 57 | 32 | 77 |
| Binary | 10111001 | 10101110 | 10001000 | 0 | 110 | 11010 | 11011 | 101111 | 11010 | 111111 |
Color Harmonies of #B9AE88
Complementary color
Monochromatic Colors of #B9AE88
Black with #B9AE88
Text Example
Text Example
White with #B9AE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AE88; }
p { color: rgb(185,174,136); }
H1.HeaderClassName
{
color: #B9AE88;
}
.AnyTagClassName
{
color: #B9AE88;
}
</style>
background-color css
<style>
a { background-color: #B9AE88; }
a { background-color: rgb(185,174,136); }
div.DivClassName
{
background-color: #B9AE88;
}
.BgClassName
{
background-color: #B9AE88;
}
</style>
border-color css
<style>
span { border-color: #B9AE88; }
span { border-color: rgb(185,174,136); }
td.TdClassName
{
border-color: #B9AE88;
}
.TagClassName
{
border-color: #B9AE88;
}
</style>