Shades of Chino #B6AE8E
Tints of Chino #B6AE8E
RGB
CMYK
RGB Variations
Color information
#B6AE8E (or 0xB6AE8E) is known color: Chino. HEX triplet: B6, AE and 8E. RGB value is (182,174,142). Sum of RGB (Red+Green+Blue) = 182+174+142=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AE8E is #495171. Grayscale: #ACACAC. Windows color (decimal): -4804978 or 9350838. OLE color: 9350838.
HSL color Cylindrical-coordinate representation of color #B6AE8E: hue angle of 48º 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 #B6AE8E is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 174 | 142 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.29 |
| HSL | 48º | 0.22% | 0.64% | - |
| HSV(B) | 48º | 0.22% | 0.71% | - |
| XYZ | 39.31 | 42.17 | 31.66 | - |
| YUV | 172.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 174 | 142 | 0 | 0.04 | 0.22 | 0.29 | 48 | 0.22 | 0.64 |
| Hex | B6 | AE | 8E | 0 | 4 | 16 | 1D | 30 | 16 | 40 |
| Octal | 266 | 256 | 216 | 0 | 4 | 26 | 35 | 60 | 26 | 100 |
| Binary | 10110110 | 10101110 | 10001110 | 0 | 100 | 10110 | 11101 | 110000 | 10110 | 1000000 |
Color Harmonies of #B6AE8E
Complementary color
Monochromatic Colors of #B6AE8E
Black with #B6AE8E
Text Example
Text Example
White with #B6AE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AE8E; }
p { color: rgb(182,174,142); }
H1.HeaderClassName
{
color: #B6AE8E;
}
.AnyTagClassName
{
color: #B6AE8E;
}
</style>
background-color css
<style>
a { background-color: #B6AE8E; }
a { background-color: rgb(182,174,142); }
div.DivClassName
{
background-color: #B6AE8E;
}
.BgClassName
{
background-color: #B6AE8E;
}
</style>
border-color css
<style>
span { border-color: #B6AE8E; }
span { border-color: rgb(182,174,142); }
td.TdClassName
{
border-color: #B6AE8E;
}
.TagClassName
{
border-color: #B6AE8E;
}
</style>