Shades of Ecru #BDB57E
Tints of Ecru #BDB57E
RGB
CMYK
RGB Variations
Color information
#BDB57E (or 0xBDB57E) is known color: Ecru. HEX triplet: BD, B5 and 7E. RGB value is (189,181,126). Sum of RGB (Red+Green+Blue) = 189+181+126=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB57E is #424A81. Grayscale: #B1B1B1. Windows color (decimal): -4344450 or 8304061. OLE color: 8304061.
HSL color Cylindrical-coordinate representation of color #BDB57E: hue angle of 52.38º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDB57E is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 126 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.26 |
| HSL | 52.38º | 0.32% | 0.62% | - |
| HSV(B) | 52.38º | 0.33% | 0.74% | - |
| XYZ | 41.28 | 45.37 | 26.32 | - |
| YUV | 177.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 126 | 0 | 0.04 | 0.33 | 0.26 | 52.38 | 0.32 | 0.62 |
| Hex | BD | B5 | 7E | 0 | 4 | 21 | 1A | 34 | 20 | 3E |
| Octal | 275 | 265 | 176 | 0 | 4 | 41 | 32 | 64 | 40 | 76 |
| Binary | 10111101 | 10110101 | 1111110 | 0 | 100 | 100001 | 11010 | 110100 | 100000 | 111110 |
Color Harmonies of #BDB57E
Complementary color
Monochromatic Colors of #BDB57E
Black with #BDB57E
Text Example
Text Example
White with #BDB57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB57E; }
p { color: rgb(189,181,126); }
H1.HeaderClassName
{
color: #BDB57E;
}
.AnyTagClassName
{
color: #BDB57E;
}
</style>
background-color css
<style>
a { background-color: #BDB57E; }
a { background-color: rgb(189,181,126); }
div.DivClassName
{
background-color: #BDB57E;
}
.BgClassName
{
background-color: #BDB57E;
}
</style>
border-color css
<style>
span { border-color: #BDB57E; }
span { border-color: rgb(189,181,126); }
td.TdClassName
{
border-color: #BDB57E;
}
.TagClassName
{
border-color: #BDB57E;
}
</style>