Shades of Chino #B2AA88
Tints of Chino #B2AA88
RGB
CMYK
RGB Variations
Color information
#B2AA88 (or 0xB2AA88) is known color: Chino. HEX triplet: B2, AA and 88. RGB value is (178,170,136). Sum of RGB (Red+Green+Blue) = 178+170+136=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA88 is #4D5577. Grayscale: #A8A8A8. Windows color (decimal): -5068152 or 8956594. OLE color: 8956594.
HSL color Cylindrical-coordinate representation of color #B2AA88: hue angle of 48.57º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2AA88 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 136 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.30 |
| HSL | 48.57º | 0.21% | 0.62% | - |
| HSV(B) | 48.57º | 0.24% | 0.7% | - |
| XYZ | 37.18 | 39.99 | 29.05 | - |
| YUV | 168.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 136 | 0 | 0.04 | 0.24 | 0.30 | 48.57 | 0.21 | 0.62 |
| Hex | B2 | AA | 88 | 0 | 4 | 18 | 1E | 31 | 15 | 3E |
| Octal | 262 | 252 | 210 | 0 | 4 | 30 | 36 | 61 | 25 | 76 |
| Binary | 10110010 | 10101010 | 10001000 | 0 | 100 | 11000 | 11110 | 110001 | 10101 | 111110 |
Color Harmonies of #B2AA88
Complementary color
Monochromatic Colors of #B2AA88
Black with #B2AA88
Text Example
Text Example
White with #B2AA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA88; }
p { color: rgb(178,170,136); }
H1.HeaderClassName
{
color: #B2AA88;
}
.AnyTagClassName
{
color: #B2AA88;
}
</style>
background-color css
<style>
a { background-color: #B2AA88; }
a { background-color: rgb(178,170,136); }
div.DivClassName
{
background-color: #B2AA88;
}
.BgClassName
{
background-color: #B2AA88;
}
</style>
border-color css
<style>
span { border-color: #B2AA88; }
span { border-color: rgb(178,170,136); }
td.TdClassName
{
border-color: #B2AA88;
}
.TagClassName
{
border-color: #B2AA88;
}
</style>