Shades of Ecru #B9AC7C
Tints of Ecru #B9AC7C
RGB
CMYK
RGB Variations
Color information
#B9AC7C (or 0xB9AC7C) is known color: Ecru. HEX triplet: B9, AC and 7C. RGB value is (185,172,124). Sum of RGB (Red+Green+Blue) = 185+172+124=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC7C is #465383. Grayscale: #AAAAAA. Windows color (decimal): -4608900 or 8170681. OLE color: 8170681.
HSL color Cylindrical-coordinate representation of color #B9AC7C: hue angle of 47.21º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9AC7C is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 124 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.27 |
| HSL | 47.21º | 0.3% | 0.61% | - |
| HSV(B) | 47.21º | 0.33% | 0.73% | - |
| XYZ | 38.4 | 41.27 | 25.01 | - |
| YUV | 170.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 124 | 0 | 0.07 | 0.33 | 0.27 | 47.21 | 0.3 | 0.61 |
| Hex | B9 | AC | 7C | 0 | 7 | 21 | 1B | 2F | 1E | 3D |
| Octal | 271 | 254 | 174 | 0 | 7 | 41 | 33 | 57 | 36 | 75 |
| Binary | 10111001 | 10101100 | 1111100 | 0 | 111 | 100001 | 11011 | 101111 | 11110 | 111101 |
Color Harmonies of #B9AC7C
Complementary color
Monochromatic Colors of #B9AC7C
Black with #B9AC7C
Text Example
Text Example
White with #B9AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC7C; }
p { color: rgb(185,172,124); }
H1.HeaderClassName
{
color: #B9AC7C;
}
.AnyTagClassName
{
color: #B9AC7C;
}
</style>
background-color css
<style>
a { background-color: #B9AC7C; }
a { background-color: rgb(185,172,124); }
div.DivClassName
{
background-color: #B9AC7C;
}
.BgClassName
{
background-color: #B9AC7C;
}
</style>
border-color css
<style>
span { border-color: #B9AC7C; }
span { border-color: rgb(185,172,124); }
td.TdClassName
{
border-color: #B9AC7C;
}
.TagClassName
{
border-color: #B9AC7C;
}
</style>