Shades of Chino #B9AF82
Tints of Chino #B9AF82
RGB
CMYK
RGB Variations
Color information
#B9AF82 (or 0xB9AF82) is known color: Chino. HEX triplet: B9, AF and 82. RGB value is (185,175,130). Sum of RGB (Red+Green+Blue) = 185+175+130=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF82 is #46507D. Grayscale: #ADADAD. Windows color (decimal): -4608126 or 8564665. OLE color: 8564665.
HSL color Cylindrical-coordinate representation of color #B9AF82: hue angle of 49.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9AF82 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 130 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.27 |
| HSL | 49.09º | 0.28% | 0.62% | - |
| HSV(B) | 49.09º | 0.3% | 0.73% | - |
| XYZ | 39.37 | 42.59 | 27.26 | - |
| YUV | 172.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 130 | 0 | 0.05 | 0.30 | 0.27 | 49.09 | 0.28 | 0.62 |
| Hex | B9 | AF | 82 | 0 | 5 | 1E | 1B | 31 | 1C | 3E |
| Octal | 271 | 257 | 202 | 0 | 5 | 36 | 33 | 61 | 34 | 76 |
| Binary | 10111001 | 10101111 | 10000010 | 0 | 101 | 11110 | 11011 | 110001 | 11100 | 111110 |
Color Harmonies of #B9AF82
Complementary color
Monochromatic Colors of #B9AF82
Black with #B9AF82
Text Example
Text Example
White with #B9AF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF82; }
p { color: rgb(185,175,130); }
H1.HeaderClassName
{
color: #B9AF82;
}
.AnyTagClassName
{
color: #B9AF82;
}
</style>
background-color css
<style>
a { background-color: #B9AF82; }
a { background-color: rgb(185,175,130); }
div.DivClassName
{
background-color: #B9AF82;
}
.BgClassName
{
background-color: #B9AF82;
}
</style>
border-color css
<style>
span { border-color: #B9AF82; }
span { border-color: rgb(185,175,130); }
td.TdClassName
{
border-color: #B9AF82;
}
.TagClassName
{
border-color: #B9AF82;
}
</style>