Shades of Ecru #BDB581
Tints of Ecru #BDB581
RGB
CMYK
RGB Variations
Color information
#BDB581 (or 0xBDB581) is known color: Ecru. HEX triplet: BD, B5 and 81. RGB value is (189,181,129). Sum of RGB (Red+Green+Blue) = 189+181+129=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB581 is #424A7E. Grayscale: #B1B1B1. Windows color (decimal): -4344447 or 8500669. OLE color: 8500669.
HSL color Cylindrical-coordinate representation of color #BDB581: hue angle of 52º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDB581 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 129 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.26 |
| HSL | 52º | 0.31% | 0.62% | - |
| HSV(B) | 52º | 0.32% | 0.74% | - |
| XYZ | 41.47 | 45.45 | 27.36 | - |
| YUV | 177.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 129 | 0 | 0.04 | 0.32 | 0.26 | 52 | 0.31 | 0.62 |
| Hex | BD | B5 | 81 | 0 | 4 | 20 | 1A | 34 | 1F | 3E |
| Octal | 275 | 265 | 201 | 0 | 4 | 40 | 32 | 64 | 37 | 76 |
| Binary | 10111101 | 10110101 | 10000001 | 0 | 100 | 100000 | 11010 | 110100 | 11111 | 111110 |
Color Harmonies of #BDB581
Complementary color
Monochromatic Colors of #BDB581
Black with #BDB581
Text Example
Text Example
White with #BDB581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB581; }
p { color: rgb(189,181,129); }
H1.HeaderClassName
{
color: #BDB581;
}
.AnyTagClassName
{
color: #BDB581;
}
</style>
background-color css
<style>
a { background-color: #BDB581; }
a { background-color: rgb(189,181,129); }
div.DivClassName
{
background-color: #BDB581;
}
.BgClassName
{
background-color: #BDB581;
}
</style>
border-color css
<style>
span { border-color: #BDB581; }
span { border-color: rgb(189,181,129); }
td.TdClassName
{
border-color: #BDB581;
}
.TagClassName
{
border-color: #BDB581;
}
</style>