Shades of Chino #B2AA8E
Tints of Chino #B2AA8E
RGB
CMYK
RGB Variations
Color information
#B2AA8E (or 0xB2AA8E) is known color: Chino. HEX triplet: B2, AA and 8E. RGB value is (178,170,142). Sum of RGB (Red+Green+Blue) = 178+170+142=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA8E is #4D5571. Grayscale: #A9A9A9. Windows color (decimal): -5068146 or 9349810. OLE color: 9349810.
HSL color Cylindrical-coordinate representation of color #B2AA8E: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2AA8E is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 142 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.30 |
| HSL | 46.67º | 0.19% | 0.63% | - |
| HSV(B) | 46.67º | 0.2% | 0.7% | - |
| XYZ | 37.62 | 40.17 | 31.36 | - |
| YUV | 169.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 142 | 0 | 0.04 | 0.20 | 0.30 | 46.67 | 0.19 | 0.63 |
| Hex | B2 | AA | 8E | 0 | 4 | 14 | 1E | 2F | 13 | 3F |
| Octal | 262 | 252 | 216 | 0 | 4 | 24 | 36 | 57 | 23 | 77 |
| Binary | 10110010 | 10101010 | 10001110 | 0 | 100 | 10100 | 11110 | 101111 | 10011 | 111111 |
Color Harmonies of #B2AA8E
Complementary color
Monochromatic Colors of #B2AA8E
Black with #B2AA8E
Text Example
Text Example
White with #B2AA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA8E; }
p { color: rgb(178,170,142); }
H1.HeaderClassName
{
color: #B2AA8E;
}
.AnyTagClassName
{
color: #B2AA8E;
}
</style>
background-color css
<style>
a { background-color: #B2AA8E; }
a { background-color: rgb(178,170,142); }
div.DivClassName
{
background-color: #B2AA8E;
}
.BgClassName
{
background-color: #B2AA8E;
}
</style>
border-color css
<style>
span { border-color: #B2AA8E; }
span { border-color: rgb(178,170,142); }
td.TdClassName
{
border-color: #B2AA8E;
}
.TagClassName
{
border-color: #B2AA8E;
}
</style>