Shades of Ecru #B7A876
Tints of Ecru #B7A876
RGB
CMYK
RGB Variations
Color information
#B7A876 (or 0xB7A876) is known color: Ecru. HEX triplet: B7, A8 and 76. RGB value is (183,168,118). Sum of RGB (Red+Green+Blue) = 183+168+118=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A876 is #485789. Grayscale: #A6A6A6. Windows color (decimal): -4741002 or 7776439. OLE color: 7776439.
HSL color Cylindrical-coordinate representation of color #B7A876: hue angle of 46.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7A876 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 118 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.28 |
| HSL | 46.15º | 0.31% | 0.59% | - |
| HSV(B) | 46.15º | 0.36% | 0.72% | - |
| XYZ | 36.8 | 39.38 | 22.8 | - |
| YUV | 166.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 118 | 0 | 0.08 | 0.36 | 0.28 | 46.15 | 0.31 | 0.59 |
| Hex | B7 | A8 | 76 | 0 | 8 | 24 | 1C | 2E | 1F | 3B |
| Octal | 267 | 250 | 166 | 0 | 10 | 44 | 34 | 56 | 37 | 73 |
| Binary | 10110111 | 10101000 | 1110110 | 0 | 1000 | 100100 | 11100 | 101110 | 11111 | 111011 |
Color Harmonies of #B7A876
Complementary color
Monochromatic Colors of #B7A876
Black with #B7A876
Text Example
Text Example
White with #B7A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A876; }
p { color: rgb(183,168,118); }
H1.HeaderClassName
{
color: #B7A876;
}
.AnyTagClassName
{
color: #B7A876;
}
</style>
background-color css
<style>
a { background-color: #B7A876; }
a { background-color: rgb(183,168,118); }
div.DivClassName
{
background-color: #B7A876;
}
.BgClassName
{
background-color: #B7A876;
}
</style>
border-color css
<style>
span { border-color: #B7A876; }
span { border-color: rgb(183,168,118); }
td.TdClassName
{
border-color: #B7A876;
}
.TagClassName
{
border-color: #B7A876;
}
</style>