Shades of Chino #B6AC88
Tints of Chino #B6AC88
RGB
CMYK
RGB Variations
Color information
#B6AC88 (or 0xB6AC88) is known color: Chino. HEX triplet: B6, AC and 88. RGB value is (182,172,136). Sum of RGB (Red+Green+Blue) = 182+172+136=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AC88 is #495377. Grayscale: #ABABAB. Windows color (decimal): -4805496 or 8957110. OLE color: 8957110.
HSL color Cylindrical-coordinate representation of color #B6AC88: hue angle of 46.96º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6AC88 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 172 | 136 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.29 |
| HSL | 46.96º | 0.24% | 0.62% | - |
| HSV(B) | 46.96º | 0.25% | 0.71% | - |
| XYZ | 38.49 | 41.23 | 29.22 | - |
| YUV | 170.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 172 | 136 | 0 | 0.05 | 0.25 | 0.29 | 46.96 | 0.24 | 0.62 |
| Hex | B6 | AC | 88 | 0 | 5 | 19 | 1D | 2F | 18 | 3E |
| Octal | 266 | 254 | 210 | 0 | 5 | 31 | 35 | 57 | 30 | 76 |
| Binary | 10110110 | 10101100 | 10001000 | 0 | 101 | 11001 | 11101 | 101111 | 11000 | 111110 |
Color Harmonies of #B6AC88
Complementary color
Monochromatic Colors of #B6AC88
Black with #B6AC88
Text Example
Text Example
White with #B6AC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AC88; }
p { color: rgb(182,172,136); }
H1.HeaderClassName
{
color: #B6AC88;
}
.AnyTagClassName
{
color: #B6AC88;
}
</style>
background-color css
<style>
a { background-color: #B6AC88; }
a { background-color: rgb(182,172,136); }
div.DivClassName
{
background-color: #B6AC88;
}
.BgClassName
{
background-color: #B6AC88;
}
</style>
border-color css
<style>
span { border-color: #B6AC88; }
span { border-color: rgb(182,172,136); }
td.TdClassName
{
border-color: #B6AC88;
}
.TagClassName
{
border-color: #B6AC88;
}
</style>