Shades of Chino #B6AE84
Tints of Chino #B6AE84
RGB
CMYK
RGB Variations
Color information
#B6AE84 (or 0xB6AE84) is known color: Chino. HEX triplet: B6, AE and 84. RGB value is (182,174,132). Sum of RGB (Red+Green+Blue) = 182+174+132=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AE84 is #49517B. Grayscale: #ABABAB. Windows color (decimal): -4804988 or 8695478. OLE color: 8695478.
HSL color Cylindrical-coordinate representation of color #B6AE84: hue angle of 50.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6AE84 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 174 | 132 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.29 |
| HSL | 50.4º | 0.26% | 0.62% | - |
| HSV(B) | 50.4º | 0.27% | 0.71% | - |
| XYZ | 38.59 | 41.88 | 27.88 | - |
| YUV | 171.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 174 | 132 | 0 | 0.04 | 0.27 | 0.29 | 50.4 | 0.26 | 0.62 |
| Hex | B6 | AE | 84 | 0 | 4 | 1B | 1D | 32 | 1A | 3E |
| Octal | 266 | 256 | 204 | 0 | 4 | 33 | 35 | 62 | 32 | 76 |
| Binary | 10110110 | 10101110 | 10000100 | 0 | 100 | 11011 | 11101 | 110010 | 11010 | 111110 |
Color Harmonies of #B6AE84
Complementary color
Monochromatic Colors of #B6AE84
Black with #B6AE84
Text Example
Text Example
White with #B6AE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AE84; }
p { color: rgb(182,174,132); }
H1.HeaderClassName
{
color: #B6AE84;
}
.AnyTagClassName
{
color: #B6AE84;
}
</style>
background-color css
<style>
a { background-color: #B6AE84; }
a { background-color: rgb(182,174,132); }
div.DivClassName
{
background-color: #B6AE84;
}
.BgClassName
{
background-color: #B6AE84;
}
</style>
border-color css
<style>
span { border-color: #B6AE84; }
span { border-color: rgb(182,174,132); }
td.TdClassName
{
border-color: #B6AE84;
}
.TagClassName
{
border-color: #B6AE84;
}
</style>