Shades of Ecru #B9AA77
Tints of Ecru #B9AA77
RGB
CMYK
RGB Variations
Color information
#B9AA77 (or 0xB9AA77) is known color: Ecru. HEX triplet: B9, AA and 77. RGB value is (185,170,119). Sum of RGB (Red+Green+Blue) = 185+170+119=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA77 is #465588. Grayscale: #A8A8A8. Windows color (decimal): -4609417 or 7842489. OLE color: 7842489.
HSL color Cylindrical-coordinate representation of color #B9AA77: hue angle of 46.36º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9AA77 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 119 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.27 |
| HSL | 46.36º | 0.32% | 0.6% | - |
| HSV(B) | 46.36º | 0.36% | 0.73% | - |
| XYZ | 37.71 | 40.4 | 23.26 | - |
| YUV | 168.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 119 | 0 | 0.08 | 0.36 | 0.27 | 46.36 | 0.32 | 0.6 |
| Hex | B9 | AA | 77 | 0 | 8 | 24 | 1B | 2E | 20 | 3C |
| Octal | 271 | 252 | 167 | 0 | 10 | 44 | 33 | 56 | 40 | 74 |
| Binary | 10111001 | 10101010 | 1110111 | 0 | 1000 | 100100 | 11011 | 101110 | 100000 | 111100 |
Color Harmonies of #B9AA77
Complementary color
Monochromatic Colors of #B9AA77
Black with #B9AA77
Text Example
Text Example
White with #B9AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA77; }
p { color: rgb(185,170,119); }
H1.HeaderClassName
{
color: #B9AA77;
}
.AnyTagClassName
{
color: #B9AA77;
}
</style>
background-color css
<style>
a { background-color: #B9AA77; }
a { background-color: rgb(185,170,119); }
div.DivClassName
{
background-color: #B9AA77;
}
.BgClassName
{
background-color: #B9AA77;
}
</style>
border-color css
<style>
span { border-color: #B9AA77; }
span { border-color: rgb(185,170,119); }
td.TdClassName
{
border-color: #B9AA77;
}
.TagClassName
{
border-color: #B9AA77;
}
</style>