Shades of Ecru #BDB284
Tints of Ecru #BDB284
RGB
CMYK
RGB Variations
Color information
#BDB284 (or 0xBDB284) is known color: Ecru. HEX triplet: BD, B2 and 84. RGB value is (189,178,132). Sum of RGB (Red+Green+Blue) = 189+178+132=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB284 is #424D7B. Grayscale: #B0B0B0. Windows color (decimal): -4345212 or 8696509. OLE color: 8696509.
HSL color Cylindrical-coordinate representation of color #BDB284: hue angle of 48.42º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB284 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 132 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.26 |
| HSL | 48.42º | 0.3% | 0.63% | - |
| HSV(B) | 48.42º | 0.3% | 0.74% | - |
| XYZ | 41.07 | 44.33 | 28.22 | - |
| YUV | 176.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 132 | 0 | 0.06 | 0.30 | 0.26 | 48.42 | 0.3 | 0.63 |
| Hex | BD | B2 | 84 | 0 | 6 | 1E | 1A | 30 | 1E | 3F |
| Octal | 275 | 262 | 204 | 0 | 6 | 36 | 32 | 60 | 36 | 77 |
| Binary | 10111101 | 10110010 | 10000100 | 0 | 110 | 11110 | 11010 | 110000 | 11110 | 111111 |
Color Harmonies of #BDB284
Complementary color
Monochromatic Colors of #BDB284
Black with #BDB284
Text Example
Text Example
White with #BDB284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB284; }
p { color: rgb(189,178,132); }
H1.HeaderClassName
{
color: #BDB284;
}
.AnyTagClassName
{
color: #BDB284;
}
</style>
background-color css
<style>
a { background-color: #BDB284; }
a { background-color: rgb(189,178,132); }
div.DivClassName
{
background-color: #BDB284;
}
.BgClassName
{
background-color: #BDB284;
}
</style>
border-color css
<style>
span { border-color: #BDB284; }
span { border-color: rgb(189,178,132); }
td.TdClassName
{
border-color: #BDB284;
}
.TagClassName
{
border-color: #BDB284;
}
</style>