Shades of Chino #B5AA8B
Tints of Chino #B5AA8B
RGB
CMYK
RGB Variations
Color information
#B5AA8B (or 0xB5AA8B) is known color: Chino. HEX triplet: B5, AA and 8B. RGB value is (181,170,139). Sum of RGB (Red+Green+Blue) = 181+170+139=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AA8B is #4A5574. Grayscale: #A9A9A9. Windows color (decimal): -4871541 or 9153205. OLE color: 9153205.
HSL color Cylindrical-coordinate representation of color #B5AA8B: hue angle of 44.29º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5AA8B is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 170 | 139 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.29 |
| HSL | 44.29º | 0.22% | 0.63% | - |
| HSV(B) | 44.29º | 0.23% | 0.71% | - |
| XYZ | 38.09 | 40.44 | 30.22 | - |
| YUV | 169.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 139 | 0 | 0.06 | 0.23 | 0.29 | 44.29 | 0.22 | 0.63 |
| Hex | B5 | AA | 8B | 0 | 6 | 17 | 1D | 2C | 16 | 3F |
| Octal | 265 | 252 | 213 | 0 | 6 | 27 | 35 | 54 | 26 | 77 |
| Binary | 10110101 | 10101010 | 10001011 | 0 | 110 | 10111 | 11101 | 101100 | 10110 | 111111 |
Color Harmonies of #B5AA8B
Complementary color
Monochromatic Colors of #B5AA8B
Black with #B5AA8B
Text Example
Text Example
White with #B5AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AA8B; }
p { color: rgb(181,170,139); }
H1.HeaderClassName
{
color: #B5AA8B;
}
.AnyTagClassName
{
color: #B5AA8B;
}
</style>
background-color css
<style>
a { background-color: #B5AA8B; }
a { background-color: rgb(181,170,139); }
div.DivClassName
{
background-color: #B5AA8B;
}
.BgClassName
{
background-color: #B5AA8B;
}
</style>
border-color css
<style>
span { border-color: #B5AA8B; }
span { border-color: rgb(181,170,139); }
td.TdClassName
{
border-color: #B5AA8B;
}
.TagClassName
{
border-color: #B5AA8B;
}
</style>