Shades of Chino #B9AF83
Tints of Chino #B9AF83
RGB
CMYK
RGB Variations
Color information
#B9AF83 (or 0xB9AF83) is known color: Chino. HEX triplet: B9, AF and 83. RGB value is (185,175,131). Sum of RGB (Red+Green+Blue) = 185+175+131=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF83 is #46507C. Grayscale: #ADADAD. Windows color (decimal): -4608125 or 8630201. OLE color: 8630201.
HSL color Cylindrical-coordinate representation of color #B9AF83: hue angle of 48.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9AF83 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 131 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.27 |
| HSL | 48.89º | 0.28% | 0.62% | - |
| HSV(B) | 48.89º | 0.29% | 0.73% | - |
| XYZ | 39.43 | 42.61 | 27.62 | - |
| YUV | 172.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 131 | 0 | 0.05 | 0.29 | 0.27 | 48.89 | 0.28 | 0.62 |
| Hex | B9 | AF | 83 | 0 | 5 | 1D | 1B | 31 | 1C | 3E |
| Octal | 271 | 257 | 203 | 0 | 5 | 35 | 33 | 61 | 34 | 76 |
| Binary | 10111001 | 10101111 | 10000011 | 0 | 101 | 11101 | 11011 | 110001 | 11100 | 111110 |
Color Harmonies of #B9AF83
Complementary color
Monochromatic Colors of #B9AF83
Black with #B9AF83
Text Example
Text Example
White with #B9AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF83; }
p { color: rgb(185,175,131); }
H1.HeaderClassName
{
color: #B9AF83;
}
.AnyTagClassName
{
color: #B9AF83;
}
</style>
background-color css
<style>
a { background-color: #B9AF83; }
a { background-color: rgb(185,175,131); }
div.DivClassName
{
background-color: #B9AF83;
}
.BgClassName
{
background-color: #B9AF83;
}
</style>
border-color css
<style>
span { border-color: #B9AF83; }
span { border-color: rgb(185,175,131); }
td.TdClassName
{
border-color: #B9AF83;
}
.TagClassName
{
border-color: #B9AF83;
}
</style>