Shades of Ecru #B9A775
Tints of Ecru #B9A775
RGB
CMYK
RGB Variations
Color information
#B9A775 (or 0xB9A775) is known color: Ecru. HEX triplet: B9, A7 and 75. RGB value is (185,167,117). Sum of RGB (Red+Green+Blue) = 185+167+117=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A775 is #46588A. Grayscale: #A6A6A6. Windows color (decimal): -4610187 or 7710649. OLE color: 7710649.
HSL color Cylindrical-coordinate representation of color #B9A775: hue angle of 44.12º 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 #B9A775 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 167 | 117 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.27 |
| HSL | 44.12º | 0.33% | 0.59% | - |
| HSV(B) | 44.12º | 0.37% | 0.73% | - |
| XYZ | 37.04 | 39.24 | 22.45 | - |
| YUV | 166.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 167 | 117 | 0 | 0.10 | 0.37 | 0.27 | 44.12 | 0.33 | 0.59 |
| Hex | B9 | A7 | 75 | 0 | A | 25 | 1B | 2C | 21 | 3B |
| Octal | 271 | 247 | 165 | 0 | 12 | 45 | 33 | 54 | 41 | 73 |
| Binary | 10111001 | 10100111 | 1110101 | 0 | 1010 | 100101 | 11011 | 101100 | 100001 | 111011 |
Color Harmonies of #B9A775
Complementary color
Monochromatic Colors of #B9A775
Black with #B9A775
Text Example
Text Example
White with #B9A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A775; }
p { color: rgb(185,167,117); }
H1.HeaderClassName
{
color: #B9A775;
}
.AnyTagClassName
{
color: #B9A775;
}
</style>
background-color css
<style>
a { background-color: #B9A775; }
a { background-color: rgb(185,167,117); }
div.DivClassName
{
background-color: #B9A775;
}
.BgClassName
{
background-color: #B9A775;
}
</style>
border-color css
<style>
span { border-color: #B9A775; }
span { border-color: rgb(185,167,117); }
td.TdClassName
{
border-color: #B9A775;
}
.TagClassName
{
border-color: #B9A775;
}
</style>