Shades of Ecru #BDB074
Tints of Ecru #BDB074
RGB
CMYK
RGB Variations
Color information
#BDB074 (or 0xBDB074) is known color: Ecru. HEX triplet: BD, B0 and 74. RGB value is (189,176,116). Sum of RGB (Red+Green+Blue) = 189+176+116=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB074 is #424F8B. Grayscale: #ADADAD. Windows color (decimal): -4345740 or 7647421. OLE color: 7647421.
HSL color Cylindrical-coordinate representation of color #BDB074: hue angle of 49.32º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDB074 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 116 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.26 |
| HSL | 49.32º | 0.36% | 0.6% | - |
| HSV(B) | 49.32º | 0.39% | 0.74% | - |
| XYZ | 39.66 | 43.13 | 22.76 | - |
| YUV | 173.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 116 | 0 | 0.07 | 0.39 | 0.26 | 49.32 | 0.36 | 0.6 |
| Hex | BD | B0 | 74 | 0 | 7 | 27 | 1A | 31 | 24 | 3C |
| Octal | 275 | 260 | 164 | 0 | 7 | 47 | 32 | 61 | 44 | 74 |
| Binary | 10111101 | 10110000 | 1110100 | 0 | 111 | 100111 | 11010 | 110001 | 100100 | 111100 |
Color Harmonies of #BDB074
Complementary color
Monochromatic Colors of #BDB074
Black with #BDB074
Text Example
Text Example
White with #BDB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB074; }
p { color: rgb(189,176,116); }
H1.HeaderClassName
{
color: #BDB074;
}
.AnyTagClassName
{
color: #BDB074;
}
</style>
background-color css
<style>
a { background-color: #BDB074; }
a { background-color: rgb(189,176,116); }
div.DivClassName
{
background-color: #BDB074;
}
.BgClassName
{
background-color: #BDB074;
}
</style>
border-color css
<style>
span { border-color: #BDB074; }
span { border-color: rgb(189,176,116); }
td.TdClassName
{
border-color: #BDB074;
}
.TagClassName
{
border-color: #BDB074;
}
</style>