Shades of Chino #B1A987
Tints of Chino #B1A987
RGB
CMYK
RGB Variations
Color information
#B1A987 (or 0xB1A987) is known color: Chino. HEX triplet: B1, A9 and 87. RGB value is (177,169,135). Sum of RGB (Red+Green+Blue) = 177+169+135=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A987 is #4E5678. Grayscale: #A7A7A7. Windows color (decimal): -5133945 or 8890801. OLE color: 8890801.
HSL color Cylindrical-coordinate representation of color #B1A987: hue angle of 48.57º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1A987 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 135 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.31 |
| HSL | 48.57º | 0.21% | 0.61% | - |
| HSV(B) | 48.57º | 0.24% | 0.69% | - |
| XYZ | 36.69 | 39.47 | 28.61 | - |
| YUV | 167.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 135 | 0 | 0.05 | 0.24 | 0.31 | 48.57 | 0.21 | 0.61 |
| Hex | B1 | A9 | 87 | 0 | 5 | 18 | 1F | 31 | 15 | 3D |
| Octal | 261 | 251 | 207 | 0 | 5 | 30 | 37 | 61 | 25 | 75 |
| Binary | 10110001 | 10101001 | 10000111 | 0 | 101 | 11000 | 11111 | 110001 | 10101 | 111101 |
Color Harmonies of #B1A987
Complementary color
Monochromatic Colors of #B1A987
Black with #B1A987
Text Example
Text Example
White with #B1A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A987; }
p { color: rgb(177,169,135); }
H1.HeaderClassName
{
color: #B1A987;
}
.AnyTagClassName
{
color: #B1A987;
}
</style>
background-color css
<style>
a { background-color: #B1A987; }
a { background-color: rgb(177,169,135); }
div.DivClassName
{
background-color: #B1A987;
}
.BgClassName
{
background-color: #B1A987;
}
</style>
border-color css
<style>
span { border-color: #B1A987; }
span { border-color: rgb(177,169,135); }
td.TdClassName
{
border-color: #B1A987;
}
.TagClassName
{
border-color: #B1A987;
}
</style>