Shades of Ecru #B6AF7C
Tints of Ecru #B6AF7C
RGB
CMYK
RGB Variations
Color information
#B6AF7C (or 0xB6AF7C) is known color: Ecru. HEX triplet: B6, AF and 7C. RGB value is (182,175,124). Sum of RGB (Red+Green+Blue) = 182+175+124=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AF7C is #495083. Grayscale: #ABABAB. Windows color (decimal): -4804740 or 8171446. OLE color: 8171446.
HSL color Cylindrical-coordinate representation of color #B6AF7C: hue angle of 52.76º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6AF7C is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 175 | 124 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.29 |
| HSL | 52.76º | 0.28% | 0.6% | - |
| HSV(B) | 52.76º | 0.32% | 0.71% | - |
| XYZ | 38.26 | 42.06 | 25.17 | - |
| YUV | 171.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 175 | 124 | 0 | 0.04 | 0.32 | 0.29 | 52.76 | 0.28 | 0.6 |
| Hex | B6 | AF | 7C | 0 | 4 | 20 | 1D | 35 | 1C | 3C |
| Octal | 266 | 257 | 174 | 0 | 4 | 40 | 35 | 65 | 34 | 74 |
| Binary | 10110110 | 10101111 | 1111100 | 0 | 100 | 100000 | 11101 | 110101 | 11100 | 111100 |
Color Harmonies of #B6AF7C
Complementary color
Monochromatic Colors of #B6AF7C
Black with #B6AF7C
Text Example
Text Example
White with #B6AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AF7C; }
p { color: rgb(182,175,124); }
H1.HeaderClassName
{
color: #B6AF7C;
}
.AnyTagClassName
{
color: #B6AF7C;
}
</style>
background-color css
<style>
a { background-color: #B6AF7C; }
a { background-color: rgb(182,175,124); }
div.DivClassName
{
background-color: #B6AF7C;
}
.BgClassName
{
background-color: #B6AF7C;
}
</style>
border-color css
<style>
span { border-color: #B6AF7C; }
span { border-color: rgb(182,175,124); }
td.TdClassName
{
border-color: #B6AF7C;
}
.TagClassName
{
border-color: #B6AF7C;
}
</style>