Shades of Chino #B9AF86
Tints of Chino #B9AF86
RGB
CMYK
RGB Variations
Color information
#B9AF86 (or 0xB9AF86) is known color: Chino. HEX triplet: B9, AF and 86. RGB value is (185,175,134). Sum of RGB (Red+Green+Blue) = 185+175+134=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF86 is #465079. Grayscale: #ADADAD. Windows color (decimal): -4608122 or 8826809. OLE color: 8826809.
HSL color Cylindrical-coordinate representation of color #B9AF86: hue angle of 48.24º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9AF86 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 134 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.27 |
| HSL | 48.24º | 0.27% | 0.63% | - |
| HSV(B) | 48.24º | 0.28% | 0.73% | - |
| XYZ | 39.64 | 42.7 | 28.71 | - |
| YUV | 173.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 134 | 0 | 0.05 | 0.28 | 0.27 | 48.24 | 0.27 | 0.63 |
| Hex | B9 | AF | 86 | 0 | 5 | 1C | 1B | 30 | 1B | 3F |
| Octal | 271 | 257 | 206 | 0 | 5 | 34 | 33 | 60 | 33 | 77 |
| Binary | 10111001 | 10101111 | 10000110 | 0 | 101 | 11100 | 11011 | 110000 | 11011 | 111111 |
Color Harmonies of #B9AF86
Complementary color
Monochromatic Colors of #B9AF86
Black with #B9AF86
Text Example
Text Example
White with #B9AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF86; }
p { color: rgb(185,175,134); }
H1.HeaderClassName
{
color: #B9AF86;
}
.AnyTagClassName
{
color: #B9AF86;
}
</style>
background-color css
<style>
a { background-color: #B9AF86; }
a { background-color: rgb(185,175,134); }
div.DivClassName
{
background-color: #B9AF86;
}
.BgClassName
{
background-color: #B9AF86;
}
</style>
border-color css
<style>
span { border-color: #B9AF86; }
span { border-color: rgb(185,175,134); }
td.TdClassName
{
border-color: #B9AF86;
}
.TagClassName
{
border-color: #B9AF86;
}
</style>