Shades of Chino #B5AA86
Tints of Chino #B5AA86
RGB
CMYK
RGB Variations
Color information
#B5AA86 (or 0xB5AA86) is known color: Chino. HEX triplet: B5, AA and 86. RGB value is (181,170,134). Sum of RGB (Red+Green+Blue) = 181+170+134=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AA86 is #4A5579. Grayscale: #A9A9A9. Windows color (decimal): -4871546 or 8825525. OLE color: 8825525.
HSL color Cylindrical-coordinate representation of color #B5AA86: hue angle of 45.96º 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 #B5AA86 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 170 | 134 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.29 |
| HSL | 45.96º | 0.24% | 0.62% | - |
| HSV(B) | 45.96º | 0.26% | 0.71% | - |
| XYZ | 37.73 | 40.29 | 28.34 | - |
| YUV | 169.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 134 | 0 | 0.06 | 0.26 | 0.29 | 45.96 | 0.24 | 0.62 |
| Hex | B5 | AA | 86 | 0 | 6 | 1A | 1D | 2E | 18 | 3E |
| Octal | 265 | 252 | 206 | 0 | 6 | 32 | 35 | 56 | 30 | 76 |
| Binary | 10110101 | 10101010 | 10000110 | 0 | 110 | 11010 | 11101 | 101110 | 11000 | 111110 |
Color Harmonies of #B5AA86
Complementary color
Monochromatic Colors of #B5AA86
Black with #B5AA86
Text Example
Text Example
White with #B5AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AA86; }
p { color: rgb(181,170,134); }
H1.HeaderClassName
{
color: #B5AA86;
}
.AnyTagClassName
{
color: #B5AA86;
}
</style>
background-color css
<style>
a { background-color: #B5AA86; }
a { background-color: rgb(181,170,134); }
div.DivClassName
{
background-color: #B5AA86;
}
.BgClassName
{
background-color: #B5AA86;
}
</style>
border-color css
<style>
span { border-color: #B5AA86; }
span { border-color: rgb(181,170,134); }
td.TdClassName
{
border-color: #B5AA86;
}
.TagClassName
{
border-color: #B5AA86;
}
</style>