Shades of Ecru #B9AF7D
Tints of Ecru #B9AF7D
RGB
CMYK
RGB Variations
Color information
#B9AF7D (or 0xB9AF7D) is known color: Ecru. HEX triplet: B9, AF and 7D. RGB value is (185,175,125). Sum of RGB (Red+Green+Blue) = 185+175+125=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF7D is #465082. Grayscale: #ACACAC. Windows color (decimal): -4608131 or 8236985. OLE color: 8236985.
HSL color Cylindrical-coordinate representation of color #B9AF7D: hue angle of 50º 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 #B9AF7D is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 125 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.27 |
| HSL | 50º | 0.3% | 0.61% | - |
| HSV(B) | 50º | 0.32% | 0.73% | - |
| XYZ | 39.04 | 42.45 | 25.54 | - |
| YUV | 172.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 125 | 0 | 0.05 | 0.32 | 0.27 | 50 | 0.3 | 0.61 |
| Hex | B9 | AF | 7D | 0 | 5 | 20 | 1B | 32 | 1E | 3D |
| Octal | 271 | 257 | 175 | 0 | 5 | 40 | 33 | 62 | 36 | 75 |
| Binary | 10111001 | 10101111 | 1111101 | 0 | 101 | 100000 | 11011 | 110010 | 11110 | 111101 |
Color Harmonies of #B9AF7D
Complementary color
Monochromatic Colors of #B9AF7D
Black with #B9AF7D
Text Example
Text Example
White with #B9AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF7D; }
p { color: rgb(185,175,125); }
H1.HeaderClassName
{
color: #B9AF7D;
}
.AnyTagClassName
{
color: #B9AF7D;
}
</style>
background-color css
<style>
a { background-color: #B9AF7D; }
a { background-color: rgb(185,175,125); }
div.DivClassName
{
background-color: #B9AF7D;
}
.BgClassName
{
background-color: #B9AF7D;
}
</style>
border-color css
<style>
span { border-color: #B9AF7D; }
span { border-color: rgb(185,175,125); }
td.TdClassName
{
border-color: #B9AF7D;
}
.TagClassName
{
border-color: #B9AF7D;
}
</style>