Shades of Ecru #B9AA7A
Tints of Ecru #B9AA7A
RGB
CMYK
RGB Variations
Color information
#B9AA7A (or 0xB9AA7A) is known color: Ecru. HEX triplet: B9, AA and 7A. RGB value is (185,170,122). Sum of RGB (Red+Green+Blue) = 185+170+122=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA7A is #465585. Grayscale: #A9A9A9. Windows color (decimal): -4609414 or 8039097. OLE color: 8039097.
HSL color Cylindrical-coordinate representation of color #B9AA7A: hue angle of 45.71º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9AA7A is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 122 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.27 |
| HSL | 45.71º | 0.31% | 0.6% | - |
| HSV(B) | 45.71º | 0.34% | 0.73% | - |
| XYZ | 37.9 | 40.47 | 24.23 | - |
| YUV | 169.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 122 | 0 | 0.08 | 0.34 | 0.27 | 45.71 | 0.31 | 0.6 |
| Hex | B9 | AA | 7A | 0 | 8 | 22 | 1B | 2E | 1F | 3C |
| Octal | 271 | 252 | 172 | 0 | 10 | 42 | 33 | 56 | 37 | 74 |
| Binary | 10111001 | 10101010 | 1111010 | 0 | 1000 | 100010 | 11011 | 101110 | 11111 | 111100 |
Color Harmonies of #B9AA7A
Complementary color
Monochromatic Colors of #B9AA7A
Black with #B9AA7A
Text Example
Text Example
White with #B9AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA7A; }
p { color: rgb(185,170,122); }
H1.HeaderClassName
{
color: #B9AA7A;
}
.AnyTagClassName
{
color: #B9AA7A;
}
</style>
background-color css
<style>
a { background-color: #B9AA7A; }
a { background-color: rgb(185,170,122); }
div.DivClassName
{
background-color: #B9AA7A;
}
.BgClassName
{
background-color: #B9AA7A;
}
</style>
border-color css
<style>
span { border-color: #B9AA7A; }
span { border-color: rgb(185,170,122); }
td.TdClassName
{
border-color: #B9AA7A;
}
.TagClassName
{
border-color: #B9AA7A;
}
</style>