Shades of Ecru #B8AA73
Tints of Ecru #B8AA73
RGB
CMYK
RGB Variations
Color information
#B8AA73 (or 0xB8AA73) is known color: Ecru. HEX triplet: B8, AA and 73. RGB value is (184,170,115). Sum of RGB (Red+Green+Blue) = 184+170+115=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA73 is #47558C. Grayscale: #A8A8A8. Windows color (decimal): -4674957 or 7580344. OLE color: 7580344.
HSL color Cylindrical-coordinate representation of color #B8AA73: hue angle of 47.83º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8AA73 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 115 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.28 |
| HSL | 47.83º | 0.33% | 0.59% | - |
| HSV(B) | 47.83º | 0.38% | 0.72% | - |
| XYZ | 37.24 | 40.18 | 22.01 | - |
| YUV | 167.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 115 | 0 | 0.08 | 0.38 | 0.28 | 47.83 | 0.33 | 0.59 |
| Hex | B8 | AA | 73 | 0 | 8 | 26 | 1C | 30 | 21 | 3B |
| Octal | 270 | 252 | 163 | 0 | 10 | 46 | 34 | 60 | 41 | 73 |
| Binary | 10111000 | 10101010 | 1110011 | 0 | 1000 | 100110 | 11100 | 110000 | 100001 | 111011 |
Color Harmonies of #B8AA73
Complementary color
Monochromatic Colors of #B8AA73
Black with #B8AA73
Text Example
Text Example
White with #B8AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA73; }
p { color: rgb(184,170,115); }
H1.HeaderClassName
{
color: #B8AA73;
}
.AnyTagClassName
{
color: #B8AA73;
}
</style>
background-color css
<style>
a { background-color: #B8AA73; }
a { background-color: rgb(184,170,115); }
div.DivClassName
{
background-color: #B8AA73;
}
.BgClassName
{
background-color: #B8AA73;
}
</style>
border-color css
<style>
span { border-color: #B8AA73; }
span { border-color: rgb(184,170,115); }
td.TdClassName
{
border-color: #B8AA73;
}
.TagClassName
{
border-color: #B8AA73;
}
</style>