Shades of Chino #B4AA84
Tints of Chino #B4AA84
RGB
CMYK
RGB Variations
Color information
#B4AA84 (or 0xB4AA84) is known color: Chino. HEX triplet: B4, AA and 84. RGB value is (180,170,132). Sum of RGB (Red+Green+Blue) = 180+170+132=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA84 is #4B557B. Grayscale: #A8A8A8. Windows color (decimal): -4937084 or 8694452. OLE color: 8694452.
HSL color Cylindrical-coordinate representation of color #B4AA84: hue angle of 47.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4AA84 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 132 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.29 |
| HSL | 47.5º | 0.24% | 0.61% | - |
| HSV(B) | 47.5º | 0.27% | 0.71% | - |
| XYZ | 37.36 | 40.12 | 27.6 | - |
| YUV | 168.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 132 | 0 | 0.06 | 0.27 | 0.29 | 47.5 | 0.24 | 0.61 |
| Hex | B4 | AA | 84 | 0 | 6 | 1B | 1D | 30 | 18 | 3D |
| Octal | 264 | 252 | 204 | 0 | 6 | 33 | 35 | 60 | 30 | 75 |
| Binary | 10110100 | 10101010 | 10000100 | 0 | 110 | 11011 | 11101 | 110000 | 11000 | 111101 |
Color Harmonies of #B4AA84
Complementary color
Monochromatic Colors of #B4AA84
Black with #B4AA84
Text Example
Text Example
White with #B4AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AA84; }
p { color: rgb(180,170,132); }
H1.HeaderClassName
{
color: #B4AA84;
}
.AnyTagClassName
{
color: #B4AA84;
}
</style>
background-color css
<style>
a { background-color: #B4AA84; }
a { background-color: rgb(180,170,132); }
div.DivClassName
{
background-color: #B4AA84;
}
.BgClassName
{
background-color: #B4AA84;
}
</style>
border-color css
<style>
span { border-color: #B4AA84; }
span { border-color: rgb(180,170,132); }
td.TdClassName
{
border-color: #B4AA84;
}
.TagClassName
{
border-color: #B4AA84;
}
</style>