Shades of Ecru #BDB57C
Tints of Ecru #BDB57C
RGB
CMYK
RGB Variations
Color information
#BDB57C (or 0xBDB57C) is known color: Ecru. HEX triplet: BD, B5 and 7C. RGB value is (189,181,124). Sum of RGB (Red+Green+Blue) = 189+181+124=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB57C is #424A83. Grayscale: #B1B1B1. Windows color (decimal): -4344452 or 8172989. OLE color: 8172989.
HSL color Cylindrical-coordinate representation of color #BDB57C: hue angle of 52.62º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDB57C is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 124 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.26 |
| HSL | 52.62º | 0.33% | 0.61% | - |
| HSV(B) | 52.62º | 0.34% | 0.74% | - |
| XYZ | 41.15 | 45.32 | 25.65 | - |
| YUV | 176.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 124 | 0 | 0.04 | 0.34 | 0.26 | 52.62 | 0.33 | 0.61 |
| Hex | BD | B5 | 7C | 0 | 4 | 22 | 1A | 35 | 21 | 3D |
| Octal | 275 | 265 | 174 | 0 | 4 | 42 | 32 | 65 | 41 | 75 |
| Binary | 10111101 | 10110101 | 1111100 | 0 | 100 | 100010 | 11010 | 110101 | 100001 | 111101 |
Color Harmonies of #BDB57C
Complementary color
Monochromatic Colors of #BDB57C
Black with #BDB57C
Text Example
Text Example
White with #BDB57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB57C; }
p { color: rgb(189,181,124); }
H1.HeaderClassName
{
color: #BDB57C;
}
.AnyTagClassName
{
color: #BDB57C;
}
</style>
background-color css
<style>
a { background-color: #BDB57C; }
a { background-color: rgb(189,181,124); }
div.DivClassName
{
background-color: #BDB57C;
}
.BgClassName
{
background-color: #BDB57C;
}
</style>
border-color css
<style>
span { border-color: #BDB57C; }
span { border-color: rgb(189,181,124); }
td.TdClassName
{
border-color: #BDB57C;
}
.TagClassName
{
border-color: #BDB57C;
}
</style>