Shades of Ecru #BDB382
Tints of Ecru #BDB382
RGB
CMYK
RGB Variations
Color information
#BDB382 (or 0xBDB382) is known color: Ecru. HEX triplet: BD, B3 and 82. RGB value is (189,179,130). Sum of RGB (Red+Green+Blue) = 189+179+130=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB382 is #424C7D. Grayscale: #B0B0B0. Windows color (decimal): -4344958 or 8565693. OLE color: 8565693.
HSL color Cylindrical-coordinate representation of color #BDB382: hue angle of 49.83º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDB382 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 130 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.26 |
| HSL | 49.83º | 0.31% | 0.63% | - |
| HSV(B) | 49.83º | 0.31% | 0.74% | - |
| XYZ | 41.14 | 44.67 | 27.57 | - |
| YUV | 176.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 130 | 0 | 0.05 | 0.31 | 0.26 | 49.83 | 0.31 | 0.63 |
| Hex | BD | B3 | 82 | 0 | 5 | 1F | 1A | 32 | 1F | 3F |
| Octal | 275 | 263 | 202 | 0 | 5 | 37 | 32 | 62 | 37 | 77 |
| Binary | 10111101 | 10110011 | 10000010 | 0 | 101 | 11111 | 11010 | 110010 | 11111 | 111111 |
Color Harmonies of #BDB382
Complementary color
Monochromatic Colors of #BDB382
Black with #BDB382
Text Example
Text Example
White with #BDB382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB382; }
p { color: rgb(189,179,130); }
H1.HeaderClassName
{
color: #BDB382;
}
.AnyTagClassName
{
color: #BDB382;
}
</style>
background-color css
<style>
a { background-color: #BDB382; }
a { background-color: rgb(189,179,130); }
div.DivClassName
{
background-color: #BDB382;
}
.BgClassName
{
background-color: #BDB382;
}
</style>
border-color css
<style>
span { border-color: #BDB382; }
span { border-color: rgb(189,179,130); }
td.TdClassName
{
border-color: #BDB382;
}
.TagClassName
{
border-color: #BDB382;
}
</style>