Shades of Ecru #B9AC74
Tints of Ecru #B9AC74
RGB
CMYK
RGB Variations
Color information
#B9AC74 (or 0xB9AC74) is known color: Ecru. HEX triplet: B9, AC and 74. RGB value is (185,172,116). Sum of RGB (Red+Green+Blue) = 185+172+116=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC74 is #46538B. Grayscale: #A9A9A9. Windows color (decimal): -4608908 or 7646393. OLE color: 7646393.
HSL color Cylindrical-coordinate representation of color #B9AC74: hue angle of 48.7º 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 #B9AC74 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 116 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.27 |
| HSL | 48.7º | 0.33% | 0.59% | - |
| HSV(B) | 48.7º | 0.37% | 0.73% | - |
| XYZ | 37.91 | 41.08 | 22.45 | - |
| YUV | 169.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 116 | 0 | 0.07 | 0.37 | 0.27 | 48.7 | 0.33 | 0.59 |
| Hex | B9 | AC | 74 | 0 | 7 | 25 | 1B | 31 | 21 | 3B |
| Octal | 271 | 254 | 164 | 0 | 7 | 45 | 33 | 61 | 41 | 73 |
| Binary | 10111001 | 10101100 | 1110100 | 0 | 111 | 100101 | 11011 | 110001 | 100001 | 111011 |
Color Harmonies of #B9AC74
Complementary color
Monochromatic Colors of #B9AC74
Black with #B9AC74
Text Example
Text Example
White with #B9AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC74; }
p { color: rgb(185,172,116); }
H1.HeaderClassName
{
color: #B9AC74;
}
.AnyTagClassName
{
color: #B9AC74;
}
</style>
background-color css
<style>
a { background-color: #B9AC74; }
a { background-color: rgb(185,172,116); }
div.DivClassName
{
background-color: #B9AC74;
}
.BgClassName
{
background-color: #B9AC74;
}
</style>
border-color css
<style>
span { border-color: #B9AC74; }
span { border-color: rgb(185,172,116); }
td.TdClassName
{
border-color: #B9AC74;
}
.TagClassName
{
border-color: #B9AC74;
}
</style>