Shades of Ecru #B9AC7A
Tints of Ecru #B9AC7A
RGB
CMYK
RGB Variations
Color information
#B9AC7A (or 0xB9AC7A) is known color: Ecru. HEX triplet: B9, AC and 7A. RGB value is (185,172,122). Sum of RGB (Red+Green+Blue) = 185+172+122=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC7A is #465385. Grayscale: #AAAAAA. Windows color (decimal): -4608902 or 8039609. OLE color: 8039609.
HSL color Cylindrical-coordinate representation of color #B9AC7A: hue angle of 47.62º 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 #B9AC7A is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 122 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.27 |
| HSL | 47.62º | 0.31% | 0.6% | - |
| HSV(B) | 47.62º | 0.34% | 0.73% | - |
| XYZ | 38.27 | 41.22 | 24.35 | - |
| YUV | 170.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 122 | 0 | 0.07 | 0.34 | 0.27 | 47.62 | 0.31 | 0.6 |
| Hex | B9 | AC | 7A | 0 | 7 | 22 | 1B | 30 | 1F | 3C |
| Octal | 271 | 254 | 172 | 0 | 7 | 42 | 33 | 60 | 37 | 74 |
| Binary | 10111001 | 10101100 | 1111010 | 0 | 111 | 100010 | 11011 | 110000 | 11111 | 111100 |
Color Harmonies of #B9AC7A
Complementary color
Monochromatic Colors of #B9AC7A
Black with #B9AC7A
Text Example
Text Example
White with #B9AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC7A; }
p { color: rgb(185,172,122); }
H1.HeaderClassName
{
color: #B9AC7A;
}
.AnyTagClassName
{
color: #B9AC7A;
}
</style>
background-color css
<style>
a { background-color: #B9AC7A; }
a { background-color: rgb(185,172,122); }
div.DivClassName
{
background-color: #B9AC7A;
}
.BgClassName
{
background-color: #B9AC7A;
}
</style>
border-color css
<style>
span { border-color: #B9AC7A; }
span { border-color: rgb(185,172,122); }
td.TdClassName
{
border-color: #B9AC7A;
}
.TagClassName
{
border-color: #B9AC7A;
}
</style>