Shades of Ecru #B7AE7C
Tints of Ecru #B7AE7C
RGB
CMYK
RGB Variations
Color information
#B7AE7C (or 0xB7AE7C) is known color: Ecru. HEX triplet: B7, AE and 7C. RGB value is (183,174,124). Sum of RGB (Red+Green+Blue) = 183+174+124=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE7C is #485183. Grayscale: #ABABAB. Windows color (decimal): -4739460 or 8171191. OLE color: 8171191.
HSL color Cylindrical-coordinate representation of color #B7AE7C: hue angle of 50.85º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7AE7C is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 174 | 124 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.28 |
| HSL | 50.85º | 0.29% | 0.6% | - |
| HSV(B) | 50.85º | 0.32% | 0.72% | - |
| XYZ | 38.3 | 41.79 | 25.12 | - |
| YUV | 170.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 174 | 124 | 0 | 0.05 | 0.32 | 0.28 | 50.85 | 0.29 | 0.6 |
| Hex | B7 | AE | 7C | 0 | 5 | 20 | 1C | 33 | 1D | 3C |
| Octal | 267 | 256 | 174 | 0 | 5 | 40 | 34 | 63 | 35 | 74 |
| Binary | 10110111 | 10101110 | 1111100 | 0 | 101 | 100000 | 11100 | 110011 | 11101 | 111100 |
Color Harmonies of #B7AE7C
Complementary color
Monochromatic Colors of #B7AE7C
Black with #B7AE7C
Text Example
Text Example
White with #B7AE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AE7C; }
p { color: rgb(183,174,124); }
H1.HeaderClassName
{
color: #B7AE7C;
}
.AnyTagClassName
{
color: #B7AE7C;
}
</style>
background-color css
<style>
a { background-color: #B7AE7C; }
a { background-color: rgb(183,174,124); }
div.DivClassName
{
background-color: #B7AE7C;
}
.BgClassName
{
background-color: #B7AE7C;
}
</style>
border-color css
<style>
span { border-color: #B7AE7C; }
span { border-color: rgb(183,174,124); }
td.TdClassName
{
border-color: #B7AE7C;
}
.TagClassName
{
border-color: #B7AE7C;
}
</style>