Shades of Ecru #B7A773
Tints of Ecru #B7A773
RGB
CMYK
RGB Variations
Color information
#B7A773 (or 0xB7A773) is known color: Ecru. HEX triplet: B7, A7 and 73. RGB value is (183,167,115). Sum of RGB (Red+Green+Blue) = 183+167+115=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A773 is #48588C. Grayscale: #A6A6A6. Windows color (decimal): -4741261 or 7579575. OLE color: 7579575.
HSL color Cylindrical-coordinate representation of color #B7A773: hue angle of 45.88º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7A773 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 115 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.28 |
| HSL | 45.88º | 0.32% | 0.58% | - |
| HSV(B) | 45.88º | 0.37% | 0.72% | - |
| XYZ | 36.44 | 38.94 | 21.82 | - |
| YUV | 165.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 115 | 0 | 0.09 | 0.37 | 0.28 | 45.88 | 0.32 | 0.58 |
| Hex | B7 | A7 | 73 | 0 | 9 | 25 | 1C | 2E | 20 | 3A |
| Octal | 267 | 247 | 163 | 0 | 11 | 45 | 34 | 56 | 40 | 72 |
| Binary | 10110111 | 10100111 | 1110011 | 0 | 1001 | 100101 | 11100 | 101110 | 100000 | 111010 |
Color Harmonies of #B7A773
Complementary color
Monochromatic Colors of #B7A773
Black with #B7A773
Text Example
Text Example
White with #B7A773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A773; }
p { color: rgb(183,167,115); }
H1.HeaderClassName
{
color: #B7A773;
}
.AnyTagClassName
{
color: #B7A773;
}
</style>
background-color css
<style>
a { background-color: #B7A773; }
a { background-color: rgb(183,167,115); }
div.DivClassName
{
background-color: #B7A773;
}
.BgClassName
{
background-color: #B7A773;
}
</style>
border-color css
<style>
span { border-color: #B7A773; }
span { border-color: rgb(183,167,115); }
td.TdClassName
{
border-color: #B7A773;
}
.TagClassName
{
border-color: #B7A773;
}
</style>