Shades of Chino #B2AA89
Tints of Chino #B2AA89
RGB
CMYK
RGB Variations
Color information
#B2AA89 (or 0xB2AA89) is known color: Chino. HEX triplet: B2, AA and 89. RGB value is (178,170,137). Sum of RGB (Red+Green+Blue) = 178+170+137=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA89 is #4D5576. Grayscale: #A8A8A8. Windows color (decimal): -5068151 or 9022130. OLE color: 9022130.
HSL color Cylindrical-coordinate representation of color #B2AA89: hue angle of 48.29º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2AA89 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 137 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.30 |
| HSL | 48.29º | 0.21% | 0.62% | - |
| HSV(B) | 48.29º | 0.23% | 0.7% | - |
| XYZ | 37.25 | 40.02 | 29.43 | - |
| YUV | 168.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 137 | 0 | 0.04 | 0.23 | 0.30 | 48.29 | 0.21 | 0.62 |
| Hex | B2 | AA | 89 | 0 | 4 | 17 | 1E | 30 | 15 | 3E |
| Octal | 262 | 252 | 211 | 0 | 4 | 27 | 36 | 60 | 25 | 76 |
| Binary | 10110010 | 10101010 | 10001001 | 0 | 100 | 10111 | 11110 | 110000 | 10101 | 111110 |
Color Harmonies of #B2AA89
Complementary color
Monochromatic Colors of #B2AA89
Black with #B2AA89
Text Example
Text Example
White with #B2AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA89; }
p { color: rgb(178,170,137); }
H1.HeaderClassName
{
color: #B2AA89;
}
.AnyTagClassName
{
color: #B2AA89;
}
</style>
background-color css
<style>
a { background-color: #B2AA89; }
a { background-color: rgb(178,170,137); }
div.DivClassName
{
background-color: #B2AA89;
}
.BgClassName
{
background-color: #B2AA89;
}
</style>
border-color css
<style>
span { border-color: #B2AA89; }
span { border-color: rgb(178,170,137); }
td.TdClassName
{
border-color: #B2AA89;
}
.TagClassName
{
border-color: #B2AA89;
}
</style>