Shades of Ecru #B9AA74
Tints of Ecru #B9AA74
RGB
CMYK
RGB Variations
Color information
#B9AA74 (or 0xB9AA74) is known color: Ecru. HEX triplet: B9, AA and 74. RGB value is (185,170,116). Sum of RGB (Red+Green+Blue) = 185+170+116=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA74 is #46558B. Grayscale: #A8A8A8. Windows color (decimal): -4609420 or 7645881. OLE color: 7645881.
HSL color Cylindrical-coordinate representation of color #B9AA74: hue angle of 46.96º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9AA74 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 116 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.27 |
| HSL | 46.96º | 0.33% | 0.59% | - |
| HSV(B) | 46.96º | 0.37% | 0.73% | - |
| XYZ | 37.53 | 40.32 | 22.33 | - |
| YUV | 168.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 116 | 0 | 0.08 | 0.37 | 0.27 | 46.96 | 0.33 | 0.59 |
| Hex | B9 | AA | 74 | 0 | 8 | 25 | 1B | 2F | 21 | 3B |
| Octal | 271 | 252 | 164 | 0 | 10 | 45 | 33 | 57 | 41 | 73 |
| Binary | 10111001 | 10101010 | 1110100 | 0 | 1000 | 100101 | 11011 | 101111 | 100001 | 111011 |
Color Harmonies of #B9AA74
Complementary color
Monochromatic Colors of #B9AA74
Black with #B9AA74
Text Example
Text Example
White with #B9AA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA74; }
p { color: rgb(185,170,116); }
H1.HeaderClassName
{
color: #B9AA74;
}
.AnyTagClassName
{
color: #B9AA74;
}
</style>
background-color css
<style>
a { background-color: #B9AA74; }
a { background-color: rgb(185,170,116); }
div.DivClassName
{
background-color: #B9AA74;
}
.BgClassName
{
background-color: #B9AA74;
}
</style>
border-color css
<style>
span { border-color: #B9AA74; }
span { border-color: rgb(185,170,116); }
td.TdClassName
{
border-color: #B9AA74;
}
.TagClassName
{
border-color: #B9AA74;
}
</style>