Shades of Chino #B5AA89
Tints of Chino #B5AA89
RGB
CMYK
RGB Variations
Color information
#B5AA89 (or 0xB5AA89) is known color: Chino. HEX triplet: B5, AA and 89. RGB value is (181,170,137). Sum of RGB (Red+Green+Blue) = 181+170+137=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AA89 is #4A5576. Grayscale: #A9A9A9. Windows color (decimal): -4871543 or 9022133. OLE color: 9022133.
HSL color Cylindrical-coordinate representation of color #B5AA89: hue angle of 45º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5AA89 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 170 | 137 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.29 |
| HSL | 45º | 0.23% | 0.62% | - |
| HSV(B) | 45º | 0.24% | 0.71% | - |
| XYZ | 37.95 | 40.38 | 29.46 | - |
| YUV | 169.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 137 | 0 | 0.06 | 0.24 | 0.29 | 45 | 0.23 | 0.62 |
| Hex | B5 | AA | 89 | 0 | 6 | 18 | 1D | 2D | 17 | 3E |
| Octal | 265 | 252 | 211 | 0 | 6 | 30 | 35 | 55 | 27 | 76 |
| Binary | 10110101 | 10101010 | 10001001 | 0 | 110 | 11000 | 11101 | 101101 | 10111 | 111110 |
Color Harmonies of #B5AA89
Complementary color
Monochromatic Colors of #B5AA89
Black with #B5AA89
Text Example
Text Example
White with #B5AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AA89; }
p { color: rgb(181,170,137); }
H1.HeaderClassName
{
color: #B5AA89;
}
.AnyTagClassName
{
color: #B5AA89;
}
</style>
background-color css
<style>
a { background-color: #B5AA89; }
a { background-color: rgb(181,170,137); }
div.DivClassName
{
background-color: #B5AA89;
}
.BgClassName
{
background-color: #B5AA89;
}
</style>
border-color css
<style>
span { border-color: #B5AA89; }
span { border-color: rgb(181,170,137); }
td.TdClassName
{
border-color: #B5AA89;
}
.TagClassName
{
border-color: #B5AA89;
}
</style>