Shades of Chino #B5AF86
Tints of Chino #B5AF86
RGB
CMYK
RGB Variations
Color information
#B5AF86 (or 0xB5AF86) is known color: Chino. HEX triplet: B5, AF and 86. RGB value is (181,175,134). Sum of RGB (Red+Green+Blue) = 181+175+134=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF86 is #4A5079. Grayscale: #ACACAC. Windows color (decimal): -4870266 or 8826805. OLE color: 8826805.
HSL color Cylindrical-coordinate representation of color #B5AF86: hue angle of 52.34º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5AF86 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 134 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.29 |
| HSL | 52.34º | 0.24% | 0.62% | - |
| HSV(B) | 52.34º | 0.26% | 0.71% | - |
| XYZ | 38.69 | 42.2 | 28.66 | - |
| YUV | 172.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 134 | 0 | 0.03 | 0.26 | 0.29 | 52.34 | 0.24 | 0.62 |
| Hex | B5 | AF | 86 | 0 | 3 | 1A | 1D | 34 | 18 | 3E |
| Octal | 265 | 257 | 206 | 0 | 3 | 32 | 35 | 64 | 30 | 76 |
| Binary | 10110101 | 10101111 | 10000110 | 0 | 11 | 11010 | 11101 | 110100 | 11000 | 111110 |
Color Harmonies of #B5AF86
Complementary color
Monochromatic Colors of #B5AF86
Black with #B5AF86
Text Example
Text Example
White with #B5AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF86; }
p { color: rgb(181,175,134); }
H1.HeaderClassName
{
color: #B5AF86;
}
.AnyTagClassName
{
color: #B5AF86;
}
</style>
background-color css
<style>
a { background-color: #B5AF86; }
a { background-color: rgb(181,175,134); }
div.DivClassName
{
background-color: #B5AF86;
}
.BgClassName
{
background-color: #B5AF86;
}
</style>
border-color css
<style>
span { border-color: #B5AF86; }
span { border-color: rgb(181,175,134); }
td.TdClassName
{
border-color: #B5AF86;
}
.TagClassName
{
border-color: #B5AF86;
}
</style>