Shades of Ecru #BDB085
Tints of Ecru #BDB085
RGB
CMYK
RGB Variations
Color information
#BDB085 (or 0xBDB085) is known color: Ecru. HEX triplet: BD, B0 and 85. RGB value is (189,176,133). Sum of RGB (Red+Green+Blue) = 189+176+133=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB085 is #424F7A. Grayscale: #AFAFAF. Windows color (decimal): -4345723 or 8761533. OLE color: 8761533.
HSL color Cylindrical-coordinate representation of color #BDB085: hue angle of 46.07º 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 #BDB085 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 133 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.26 |
| HSL | 46.07º | 0.3% | 0.63% | - |
| HSV(B) | 46.07º | 0.3% | 0.74% | - |
| XYZ | 40.75 | 43.56 | 28.45 | - |
| YUV | 174.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 133 | 0 | 0.07 | 0.30 | 0.26 | 46.07 | 0.3 | 0.63 |
| Hex | BD | B0 | 85 | 0 | 7 | 1E | 1A | 2E | 1E | 3F |
| Octal | 275 | 260 | 205 | 0 | 7 | 36 | 32 | 56 | 36 | 77 |
| Binary | 10111101 | 10110000 | 10000101 | 0 | 111 | 11110 | 11010 | 101110 | 11110 | 111111 |
Color Harmonies of #BDB085
Complementary color
Monochromatic Colors of #BDB085
Black with #BDB085
Text Example
Text Example
White with #BDB085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB085; }
p { color: rgb(189,176,133); }
H1.HeaderClassName
{
color: #BDB085;
}
.AnyTagClassName
{
color: #BDB085;
}
</style>
background-color css
<style>
a { background-color: #BDB085; }
a { background-color: rgb(189,176,133); }
div.DivClassName
{
background-color: #BDB085;
}
.BgClassName
{
background-color: #BDB085;
}
</style>
border-color css
<style>
span { border-color: #BDB085; }
span { border-color: rgb(189,176,133); }
td.TdClassName
{
border-color: #BDB085;
}
.TagClassName
{
border-color: #BDB085;
}
</style>