Shades of Chino #B9AD8A
Tints of Chino #B9AD8A
RGB
CMYK
RGB Variations
Color information
#B9AD8A (or 0xB9AD8A) is known color: Chino. HEX triplet: B9, AD and 8A. RGB value is (185,173,138). Sum of RGB (Red+Green+Blue) = 185+173+138=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD8A is #465275. Grayscale: #ACACAC. Windows color (decimal): -4608630 or 9088441. OLE color: 9088441.
HSL color Cylindrical-coordinate representation of color #B9AD8A: hue angle of 44.68º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9AD8A is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 138 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.27 |
| HSL | 44.68º | 0.25% | 0.63% | - |
| HSV(B) | 44.68º | 0.25% | 0.73% | - |
| XYZ | 39.54 | 42.04 | 30.07 | - |
| YUV | 172.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 138 | 0 | 0.06 | 0.25 | 0.27 | 44.68 | 0.25 | 0.63 |
| Hex | B9 | AD | 8A | 0 | 6 | 19 | 1B | 2D | 19 | 3F |
| Octal | 271 | 255 | 212 | 0 | 6 | 31 | 33 | 55 | 31 | 77 |
| Binary | 10111001 | 10101101 | 10001010 | 0 | 110 | 11001 | 11011 | 101101 | 11001 | 111111 |
Color Harmonies of #B9AD8A
Complementary color
Monochromatic Colors of #B9AD8A
Black with #B9AD8A
Text Example
Text Example
White with #B9AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD8A; }
p { color: rgb(185,173,138); }
H1.HeaderClassName
{
color: #B9AD8A;
}
.AnyTagClassName
{
color: #B9AD8A;
}
</style>
background-color css
<style>
a { background-color: #B9AD8A; }
a { background-color: rgb(185,173,138); }
div.DivClassName
{
background-color: #B9AD8A;
}
.BgClassName
{
background-color: #B9AD8A;
}
</style>
border-color css
<style>
span { border-color: #B9AD8A; }
span { border-color: rgb(185,173,138); }
td.TdClassName
{
border-color: #B9AD8A;
}
.TagClassName
{
border-color: #B9AD8A;
}
</style>