Shades of Ecru #BDB480
Tints of Ecru #BDB480
RGB
CMYK
RGB Variations
Color information
#BDB480 (or 0xBDB480) is known color: Ecru. HEX triplet: BD, B4 and 80. RGB value is (189,180,128). Sum of RGB (Red+Green+Blue) = 189+180+128=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB480 is #424B7F. Grayscale: #B0B0B0. Windows color (decimal): -4344704 or 8434877. OLE color: 8434877.
HSL color Cylindrical-coordinate representation of color #BDB480: hue angle of 51.15º degrees, saturation: 0.32, 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 #BDB480 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 128 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.26 |
| HSL | 51.15º | 0.32% | 0.62% | - |
| HSV(B) | 51.15º | 0.32% | 0.74% | - |
| XYZ | 41.2 | 45.02 | 26.94 | - |
| YUV | 176.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 128 | 0 | 0.05 | 0.32 | 0.26 | 51.15 | 0.32 | 0.62 |
| Hex | BD | B4 | 80 | 0 | 5 | 20 | 1A | 33 | 20 | 3E |
| Octal | 275 | 264 | 200 | 0 | 5 | 40 | 32 | 63 | 40 | 76 |
| Binary | 10111101 | 10110100 | 10000000 | 0 | 101 | 100000 | 11010 | 110011 | 100000 | 111110 |
Color Harmonies of #BDB480
Complementary color
Monochromatic Colors of #BDB480
Black with #BDB480
Text Example
Text Example
White with #BDB480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB480; }
p { color: rgb(189,180,128); }
H1.HeaderClassName
{
color: #BDB480;
}
.AnyTagClassName
{
color: #BDB480;
}
</style>
background-color css
<style>
a { background-color: #BDB480; }
a { background-color: rgb(189,180,128); }
div.DivClassName
{
background-color: #BDB480;
}
.BgClassName
{
background-color: #BDB480;
}
</style>
border-color css
<style>
span { border-color: #BDB480; }
span { border-color: rgb(189,180,128); }
td.TdClassName
{
border-color: #BDB480;
}
.TagClassName
{
border-color: #BDB480;
}
</style>