Shades of Ecru #B9AC7B
Tints of Ecru #B9AC7B
RGB
CMYK
RGB Variations
Color information
#B9AC7B (or 0xB9AC7B) is known color: Ecru. HEX triplet: B9, AC and 7B. RGB value is (185,172,123). Sum of RGB (Red+Green+Blue) = 185+172+123=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC7B is #465384. Grayscale: #AAAAAA. Windows color (decimal): -4608901 or 8105145. OLE color: 8105145.
HSL color Cylindrical-coordinate representation of color #B9AC7B: hue angle of 47.42º 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 #B9AC7B is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 123 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.27 |
| HSL | 47.42º | 0.31% | 0.6% | - |
| HSV(B) | 47.42º | 0.34% | 0.73% | - |
| XYZ | 38.34 | 41.25 | 24.68 | - |
| YUV | 170.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 123 | 0 | 0.07 | 0.34 | 0.27 | 47.42 | 0.31 | 0.6 |
| Hex | B9 | AC | 7B | 0 | 7 | 22 | 1B | 2F | 1F | 3C |
| Octal | 271 | 254 | 173 | 0 | 7 | 42 | 33 | 57 | 37 | 74 |
| Binary | 10111001 | 10101100 | 1111011 | 0 | 111 | 100010 | 11011 | 101111 | 11111 | 111100 |
Color Harmonies of #B9AC7B
Complementary color
Monochromatic Colors of #B9AC7B
Black with #B9AC7B
Text Example
Text Example
White with #B9AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC7B; }
p { color: rgb(185,172,123); }
H1.HeaderClassName
{
color: #B9AC7B;
}
.AnyTagClassName
{
color: #B9AC7B;
}
</style>
background-color css
<style>
a { background-color: #B9AC7B; }
a { background-color: rgb(185,172,123); }
div.DivClassName
{
background-color: #B9AC7B;
}
.BgClassName
{
background-color: #B9AC7B;
}
</style>
border-color css
<style>
span { border-color: #B9AC7B; }
span { border-color: rgb(185,172,123); }
td.TdClassName
{
border-color: #B9AC7B;
}
.TagClassName
{
border-color: #B9AC7B;
}
</style>