Shades of Chino #B6AC8E
Tints of Chino #B6AC8E
RGB
CMYK
RGB Variations
Color information
#B6AC8E (or 0xB6AC8E) is known color: Chino. HEX triplet: B6, AC and 8E. RGB value is (182,172,142). Sum of RGB (Red+Green+Blue) = 182+172+142=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AC8E is #495371. Grayscale: #ABABAB. Windows color (decimal): -4805490 or 9350326. OLE color: 9350326.
HSL color Cylindrical-coordinate representation of color #B6AC8E: hue angle of 45º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6AC8E is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 172 | 142 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.29 |
| HSL | 45º | 0.22% | 0.64% | - |
| HSV(B) | 45º | 0.22% | 0.71% | - |
| XYZ | 38.93 | 41.4 | 31.53 | - |
| YUV | 171.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 172 | 142 | 0 | 0.05 | 0.22 | 0.29 | 45 | 0.22 | 0.64 |
| Hex | B6 | AC | 8E | 0 | 5 | 16 | 1D | 2D | 16 | 40 |
| Octal | 266 | 254 | 216 | 0 | 5 | 26 | 35 | 55 | 26 | 100 |
| Binary | 10110110 | 10101100 | 10001110 | 0 | 101 | 10110 | 11101 | 101101 | 10110 | 1000000 |
Color Harmonies of #B6AC8E
Complementary color
Monochromatic Colors of #B6AC8E
Black with #B6AC8E
Text Example
Text Example
White with #B6AC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AC8E; }
p { color: rgb(182,172,142); }
H1.HeaderClassName
{
color: #B6AC8E;
}
.AnyTagClassName
{
color: #B6AC8E;
}
</style>
background-color css
<style>
a { background-color: #B6AC8E; }
a { background-color: rgb(182,172,142); }
div.DivClassName
{
background-color: #B6AC8E;
}
.BgClassName
{
background-color: #B6AC8E;
}
</style>
border-color css
<style>
span { border-color: #B6AC8E; }
span { border-color: rgb(182,172,142); }
td.TdClassName
{
border-color: #B6AC8E;
}
.TagClassName
{
border-color: #B6AC8E;
}
</style>