Shades of Ecru #B9AB7A
Tints of Ecru #B9AB7A
RGB
CMYK
RGB Variations
Color information
#B9AB7A (or 0xB9AB7A) is known color: Ecru. HEX triplet: B9, AB and 7A. RGB value is (185,171,122). Sum of RGB (Red+Green+Blue) = 185+171+122=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB7A is #465485. Grayscale: #A9A9A9. Windows color (decimal): -4609158 or 8039353. OLE color: 8039353.
HSL color Cylindrical-coordinate representation of color #B9AB7A: hue angle of 46.67º 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 #B9AB7A is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 122 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.27 |
| HSL | 46.67º | 0.31% | 0.6% | - |
| HSV(B) | 46.67º | 0.34% | 0.73% | - |
| XYZ | 38.08 | 40.85 | 24.29 | - |
| YUV | 169.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 122 | 0 | 0.08 | 0.34 | 0.27 | 46.67 | 0.31 | 0.6 |
| Hex | B9 | AB | 7A | 0 | 8 | 22 | 1B | 2F | 1F | 3C |
| Octal | 271 | 253 | 172 | 0 | 10 | 42 | 33 | 57 | 37 | 74 |
| Binary | 10111001 | 10101011 | 1111010 | 0 | 1000 | 100010 | 11011 | 101111 | 11111 | 111100 |
Color Harmonies of #B9AB7A
Complementary color
Monochromatic Colors of #B9AB7A
Black with #B9AB7A
Text Example
Text Example
White with #B9AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB7A; }
p { color: rgb(185,171,122); }
H1.HeaderClassName
{
color: #B9AB7A;
}
.AnyTagClassName
{
color: #B9AB7A;
}
</style>
background-color css
<style>
a { background-color: #B9AB7A; }
a { background-color: rgb(185,171,122); }
div.DivClassName
{
background-color: #B9AB7A;
}
.BgClassName
{
background-color: #B9AB7A;
}
</style>
border-color css
<style>
span { border-color: #B9AB7A; }
span { border-color: rgb(185,171,122); }
td.TdClassName
{
border-color: #B9AB7A;
}
.TagClassName
{
border-color: #B9AB7A;
}
</style>