Shades of Ecru #B9B37E
Tints of Ecru #B9B37E
RGB
CMYK
RGB Variations
Color information
#B9B37E (or 0xB9B37E) is known color: Ecru. HEX triplet: B9, B3 and 7E. RGB value is (185,179,126). Sum of RGB (Red+Green+Blue) = 185+179+126=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B37E is #464C81. Grayscale: #AEAEAE. Windows color (decimal): -4607106 or 8303545. OLE color: 8303545.
HSL color Cylindrical-coordinate representation of color #B9B37E: hue angle of 53.9º 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 #B9B37E is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 126 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.27 |
| HSL | 53.9º | 0.3% | 0.61% | - |
| HSV(B) | 53.9º | 0.32% | 0.73% | - |
| XYZ | 39.89 | 44.06 | 26.14 | - |
| YUV | 174.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 126 | 0 | 0.03 | 0.32 | 0.27 | 53.9 | 0.3 | 0.61 |
| Hex | B9 | B3 | 7E | 0 | 3 | 20 | 1B | 36 | 1E | 3D |
| Octal | 271 | 263 | 176 | 0 | 3 | 40 | 33 | 66 | 36 | 75 |
| Binary | 10111001 | 10110011 | 1111110 | 0 | 11 | 100000 | 11011 | 110110 | 11110 | 111101 |
Color Harmonies of #B9B37E
Complementary color
Monochromatic Colors of #B9B37E
Black with #B9B37E
Text Example
Text Example
White with #B9B37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B37E; }
p { color: rgb(185,179,126); }
H1.HeaderClassName
{
color: #B9B37E;
}
.AnyTagClassName
{
color: #B9B37E;
}
</style>
background-color css
<style>
a { background-color: #B9B37E; }
a { background-color: rgb(185,179,126); }
div.DivClassName
{
background-color: #B9B37E;
}
.BgClassName
{
background-color: #B9B37E;
}
</style>
border-color css
<style>
span { border-color: #B9B37E; }
span { border-color: rgb(185,179,126); }
td.TdClassName
{
border-color: #B9B37E;
}
.TagClassName
{
border-color: #B9B37E;
}
</style>