Shades of Chino #B9AD88
Tints of Chino #B9AD88
RGB
CMYK
RGB Variations
Color information
#B9AD88 (or 0xB9AD88) is known color: Chino. HEX triplet: B9, AD and 88. RGB value is (185,173,136). Sum of RGB (Red+Green+Blue) = 185+173+136=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD88 is #465277. Grayscale: #ACACAC. Windows color (decimal): -4608632 or 8957369. OLE color: 8957369.
HSL color Cylindrical-coordinate representation of color #B9AD88: hue angle of 45.31º 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 #B9AD88 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 136 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.27 |
| HSL | 45.31º | 0.26% | 0.63% | - |
| HSV(B) | 45.31º | 0.26% | 0.73% | - |
| XYZ | 39.4 | 41.98 | 29.32 | - |
| YUV | 172.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 136 | 0 | 0.06 | 0.26 | 0.27 | 45.31 | 0.26 | 0.63 |
| Hex | B9 | AD | 88 | 0 | 6 | 1A | 1B | 2D | 1A | 3F |
| Octal | 271 | 255 | 210 | 0 | 6 | 32 | 33 | 55 | 32 | 77 |
| Binary | 10111001 | 10101101 | 10001000 | 0 | 110 | 11010 | 11011 | 101101 | 11010 | 111111 |
Color Harmonies of #B9AD88
Complementary color
Monochromatic Colors of #B9AD88
Black with #B9AD88
Text Example
Text Example
White with #B9AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD88; }
p { color: rgb(185,173,136); }
H1.HeaderClassName
{
color: #B9AD88;
}
.AnyTagClassName
{
color: #B9AD88;
}
</style>
background-color css
<style>
a { background-color: #B9AD88; }
a { background-color: rgb(185,173,136); }
div.DivClassName
{
background-color: #B9AD88;
}
.BgClassName
{
background-color: #B9AD88;
}
</style>
border-color css
<style>
span { border-color: #B9AD88; }
span { border-color: rgb(185,173,136); }
td.TdClassName
{
border-color: #B9AD88;
}
.TagClassName
{
border-color: #B9AD88;
}
</style>