Shades of Ecru #B7AD76
Tints of Ecru #B7AD76
RGB
CMYK
RGB Variations
Color information
#B7AD76 (or 0xB7AD76) is known color: Ecru. HEX triplet: B7, AD and 76. RGB value is (183,173,118). Sum of RGB (Red+Green+Blue) = 183+173+118=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD76 is #485289. Grayscale: #A9A9A9. Windows color (decimal): -4739722 or 7777719. OLE color: 7777719.
HSL color Cylindrical-coordinate representation of color #B7AD76: hue angle of 50.77º 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 #B7AD76 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 118 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.28 |
| HSL | 50.77º | 0.31% | 0.59% | - |
| HSV(B) | 50.77º | 0.36% | 0.72% | - |
| XYZ | 37.74 | 41.26 | 23.11 | - |
| YUV | 169.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 118 | 0 | 0.05 | 0.36 | 0.28 | 50.77 | 0.31 | 0.59 |
| Hex | B7 | AD | 76 | 0 | 5 | 24 | 1C | 33 | 1F | 3B |
| Octal | 267 | 255 | 166 | 0 | 5 | 44 | 34 | 63 | 37 | 73 |
| Binary | 10110111 | 10101101 | 1110110 | 0 | 101 | 100100 | 11100 | 110011 | 11111 | 111011 |
Color Harmonies of #B7AD76
Complementary color
Monochromatic Colors of #B7AD76
Black with #B7AD76
Text Example
Text Example
White with #B7AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD76; }
p { color: rgb(183,173,118); }
H1.HeaderClassName
{
color: #B7AD76;
}
.AnyTagClassName
{
color: #B7AD76;
}
</style>
background-color css
<style>
a { background-color: #B7AD76; }
a { background-color: rgb(183,173,118); }
div.DivClassName
{
background-color: #B7AD76;
}
.BgClassName
{
background-color: #B7AD76;
}
</style>
border-color css
<style>
span { border-color: #B7AD76; }
span { border-color: rgb(183,173,118); }
td.TdClassName
{
border-color: #B7AD76;
}
.TagClassName
{
border-color: #B7AD76;
}
</style>