Shades of Chino #B2A889
Tints of Chino #B2A889
RGB
CMYK
RGB Variations
Color information
#B2A889 (or 0xB2A889) is known color: Chino. HEX triplet: B2, A8 and 89. RGB value is (178,168,137). Sum of RGB (Red+Green+Blue) = 178+168+137=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A889 is #4D5776. Grayscale: #A7A7A7. Windows color (decimal): -5068663 or 9021618. OLE color: 9021618.
HSL color Cylindrical-coordinate representation of color #B2A889: hue angle of 45.37º 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 #B2A889 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 137 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.30 |
| HSL | 45.37º | 0.21% | 0.62% | - |
| HSV(B) | 45.37º | 0.23% | 0.7% | - |
| XYZ | 36.88 | 39.28 | 29.3 | - |
| YUV | 167.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 137 | 0 | 0.06 | 0.23 | 0.30 | 45.37 | 0.21 | 0.62 |
| Hex | B2 | A8 | 89 | 0 | 6 | 17 | 1E | 2D | 15 | 3E |
| Octal | 262 | 250 | 211 | 0 | 6 | 27 | 36 | 55 | 25 | 76 |
| Binary | 10110010 | 10101000 | 10001001 | 0 | 110 | 10111 | 11110 | 101101 | 10101 | 111110 |
Color Harmonies of #B2A889
Complementary color
Monochromatic Colors of #B2A889
Black with #B2A889
Text Example
Text Example
White with #B2A889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A889; }
p { color: rgb(178,168,137); }
H1.HeaderClassName
{
color: #B2A889;
}
.AnyTagClassName
{
color: #B2A889;
}
</style>
background-color css
<style>
a { background-color: #B2A889; }
a { background-color: rgb(178,168,137); }
div.DivClassName
{
background-color: #B2A889;
}
.BgClassName
{
background-color: #B2A889;
}
</style>
border-color css
<style>
span { border-color: #B2A889; }
span { border-color: rgb(178,168,137); }
td.TdClassName
{
border-color: #B2A889;
}
.TagClassName
{
border-color: #B2A889;
}
</style>