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