Shades of Chino #B4AA86
Tints of Chino #B4AA86
RGB
CMYK
RGB Variations
Color information
#B4AA86 (or 0xB4AA86) is known color: Chino. HEX triplet: B4, AA and 86. RGB value is (180,170,134). Sum of RGB (Red+Green+Blue) = 180+170+134=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA86 is #4B5579. Grayscale: #A9A9A9. Windows color (decimal): -4937082 or 8825524. OLE color: 8825524.
HSL color Cylindrical-coordinate representation of color #B4AA86: hue angle of 46.96º degrees, saturation: 0.23, 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 #B4AA86 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 134 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.29 |
| HSL | 46.96º | 0.23% | 0.62% | - |
| HSV(B) | 46.96º | 0.26% | 0.71% | - |
| XYZ | 37.5 | 40.17 | 28.33 | - |
| YUV | 168.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 134 | 0 | 0.06 | 0.26 | 0.29 | 46.96 | 0.23 | 0.62 |
| Hex | B4 | AA | 86 | 0 | 6 | 1A | 1D | 2F | 17 | 3E |
| Octal | 264 | 252 | 206 | 0 | 6 | 32 | 35 | 57 | 27 | 76 |
| Binary | 10110100 | 10101010 | 10000110 | 0 | 110 | 11010 | 11101 | 101111 | 10111 | 111110 |
Color Harmonies of #B4AA86
Complementary color
Monochromatic Colors of #B4AA86
Black with #B4AA86
Text Example
Text Example
White with #B4AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AA86; }
p { color: rgb(180,170,134); }
H1.HeaderClassName
{
color: #B4AA86;
}
.AnyTagClassName
{
color: #B4AA86;
}
</style>
background-color css
<style>
a { background-color: #B4AA86; }
a { background-color: rgb(180,170,134); }
div.DivClassName
{
background-color: #B4AA86;
}
.BgClassName
{
background-color: #B4AA86;
}
</style>
border-color css
<style>
span { border-color: #B4AA86; }
span { border-color: rgb(180,170,134); }
td.TdClassName
{
border-color: #B4AA86;
}
.TagClassName
{
border-color: #B4AA86;
}
</style>