Shades of Chino #B2AC8A
Tints of Chino #B2AC8A
RGB
CMYK
RGB Variations
Color information
#B2AC8A (or 0xB2AC8A) is known color: Chino. HEX triplet: B2, AC and 8A. RGB value is (178,172,138). Sum of RGB (Red+Green+Blue) = 178+172+138=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC8A is #4D5375. Grayscale: #AAAAAA. Windows color (decimal): -5067638 or 9088178. OLE color: 9088178.
HSL color Cylindrical-coordinate representation of color #B2AC8A: hue angle of 51º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2AC8A is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 172 | 138 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.30 |
| HSL | 51º | 0.21% | 0.62% | - |
| HSV(B) | 51º | 0.22% | 0.7% | - |
| XYZ | 37.7 | 40.81 | 29.93 | - |
| YUV | 169.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 138 | 0 | 0.03 | 0.22 | 0.30 | 51 | 0.21 | 0.62 |
| Hex | B2 | AC | 8A | 0 | 3 | 16 | 1E | 33 | 15 | 3E |
| Octal | 262 | 254 | 212 | 0 | 3 | 26 | 36 | 63 | 25 | 76 |
| Binary | 10110010 | 10101100 | 10001010 | 0 | 11 | 10110 | 11110 | 110011 | 10101 | 111110 |
Color Harmonies of #B2AC8A
Complementary color
Monochromatic Colors of #B2AC8A
Black with #B2AC8A
Text Example
Text Example
White with #B2AC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AC8A; }
p { color: rgb(178,172,138); }
H1.HeaderClassName
{
color: #B2AC8A;
}
.AnyTagClassName
{
color: #B2AC8A;
}
</style>
background-color css
<style>
a { background-color: #B2AC8A; }
a { background-color: rgb(178,172,138); }
div.DivClassName
{
background-color: #B2AC8A;
}
.BgClassName
{
background-color: #B2AC8A;
}
</style>
border-color css
<style>
span { border-color: #B2AC8A; }
span { border-color: rgb(178,172,138); }
td.TdClassName
{
border-color: #B2AC8A;
}
.TagClassName
{
border-color: #B2AC8A;
}
</style>