Shades of Chino #B1AA88
Tints of Chino #B1AA88
RGB
CMYK
RGB Variations
Color information
#B1AA88 (or 0xB1AA88) is known color: Chino. HEX triplet: B1, AA and 88. RGB value is (177,170,136). Sum of RGB (Red+Green+Blue) = 177+170+136=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA88 is #4E5577. Grayscale: #A8A8A8. Windows color (decimal): -5133688 or 8956593. OLE color: 8956593.
HSL color Cylindrical-coordinate representation of color #B1AA88: hue angle of 49.76º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1AA88 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 136 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.31 |
| HSL | 49.76º | 0.21% | 0.61% | - |
| HSV(B) | 49.76º | 0.23% | 0.69% | - |
| XYZ | 36.95 | 39.87 | 29.04 | - |
| YUV | 168.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 136 | 0 | 0.04 | 0.23 | 0.31 | 49.76 | 0.21 | 0.61 |
| Hex | B1 | AA | 88 | 0 | 4 | 17 | 1F | 32 | 15 | 3D |
| Octal | 261 | 252 | 210 | 0 | 4 | 27 | 37 | 62 | 25 | 75 |
| Binary | 10110001 | 10101010 | 10001000 | 0 | 100 | 10111 | 11111 | 110010 | 10101 | 111101 |
Color Harmonies of #B1AA88
Complementary color
Monochromatic Colors of #B1AA88
Black with #B1AA88
Text Example
Text Example
White with #B1AA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA88; }
p { color: rgb(177,170,136); }
H1.HeaderClassName
{
color: #B1AA88;
}
.AnyTagClassName
{
color: #B1AA88;
}
</style>
background-color css
<style>
a { background-color: #B1AA88; }
a { background-color: rgb(177,170,136); }
div.DivClassName
{
background-color: #B1AA88;
}
.BgClassName
{
background-color: #B1AA88;
}
</style>
border-color css
<style>
span { border-color: #B1AA88; }
span { border-color: rgb(177,170,136); }
td.TdClassName
{
border-color: #B1AA88;
}
.TagClassName
{
border-color: #B1AA88;
}
</style>