Shades of Ecru #B9AC7D
Tints of Ecru #B9AC7D
RGB
CMYK
RGB Variations
Color information
#B9AC7D (or 0xB9AC7D) is known color: Ecru. HEX triplet: B9, AC and 7D. RGB value is (185,172,125). Sum of RGB (Red+Green+Blue) = 185+172+125=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC7D is #465382. Grayscale: #AAAAAA. Windows color (decimal): -4608899 or 8236217. OLE color: 8236217.
HSL color Cylindrical-coordinate representation of color #B9AC7D: hue angle of 47º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9AC7D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 125 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.27 |
| HSL | 47º | 0.3% | 0.61% | - |
| HSV(B) | 47º | 0.32% | 0.73% | - |
| XYZ | 38.46 | 41.3 | 25.35 | - |
| YUV | 170.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 125 | 0 | 0.07 | 0.32 | 0.27 | 47 | 0.3 | 0.61 |
| Hex | B9 | AC | 7D | 0 | 7 | 20 | 1B | 2F | 1E | 3D |
| Octal | 271 | 254 | 175 | 0 | 7 | 40 | 33 | 57 | 36 | 75 |
| Binary | 10111001 | 10101100 | 1111101 | 0 | 111 | 100000 | 11011 | 101111 | 11110 | 111101 |
Color Harmonies of #B9AC7D
Complementary color
Monochromatic Colors of #B9AC7D
Black with #B9AC7D
Text Example
Text Example
White with #B9AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC7D; }
p { color: rgb(185,172,125); }
H1.HeaderClassName
{
color: #B9AC7D;
}
.AnyTagClassName
{
color: #B9AC7D;
}
</style>
background-color css
<style>
a { background-color: #B9AC7D; }
a { background-color: rgb(185,172,125); }
div.DivClassName
{
background-color: #B9AC7D;
}
.BgClassName
{
background-color: #B9AC7D;
}
</style>
border-color css
<style>
span { border-color: #B9AC7D; }
span { border-color: rgb(185,172,125); }
td.TdClassName
{
border-color: #B9AC7D;
}
.TagClassName
{
border-color: #B9AC7D;
}
</style>