Shades of Chino #B4A987
Tints of Chino #B4A987
RGB
CMYK
RGB Variations
Color information
#B4A987 (or 0xB4A987) is known color: Chino. HEX triplet: B4, A9 and 87. RGB value is (180,169,135). Sum of RGB (Red+Green+Blue) = 180+169+135=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A987 is #4B5678. Grayscale: #A8A8A8. Windows color (decimal): -4937337 or 8890804. OLE color: 8890804.
HSL color Cylindrical-coordinate representation of color #B4A987: hue angle of 45.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4A987 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 169 | 135 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.29 |
| HSL | 45.33º | 0.23% | 0.62% | - |
| HSV(B) | 45.33º | 0.25% | 0.71% | - |
| XYZ | 37.38 | 39.83 | 28.64 | - |
| YUV | 168.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 135 | 0 | 0.06 | 0.25 | 0.29 | 45.33 | 0.23 | 0.62 |
| Hex | B4 | A9 | 87 | 0 | 6 | 19 | 1D | 2D | 17 | 3E |
| Octal | 264 | 251 | 207 | 0 | 6 | 31 | 35 | 55 | 27 | 76 |
| Binary | 10110100 | 10101001 | 10000111 | 0 | 110 | 11001 | 11101 | 101101 | 10111 | 111110 |
Color Harmonies of #B4A987
Complementary color
Monochromatic Colors of #B4A987
Black with #B4A987
Text Example
Text Example
White with #B4A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A987; }
p { color: rgb(180,169,135); }
H1.HeaderClassName
{
color: #B4A987;
}
.AnyTagClassName
{
color: #B4A987;
}
</style>
background-color css
<style>
a { background-color: #B4A987; }
a { background-color: rgb(180,169,135); }
div.DivClassName
{
background-color: #B4A987;
}
.BgClassName
{
background-color: #B4A987;
}
</style>
border-color css
<style>
span { border-color: #B4A987; }
span { border-color: rgb(180,169,135); }
td.TdClassName
{
border-color: #B4A987;
}
.TagClassName
{
border-color: #B4A987;
}
</style>