Shades of Ecru #BDB77D
Tints of Ecru #BDB77D
RGB
CMYK
RGB Variations
Color information
#BDB77D (or 0xBDB77D) is known color: Ecru. HEX triplet: BD, B7 and 7D. RGB value is (189,183,125). Sum of RGB (Red+Green+Blue) = 189+183+125=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB77D is #424882. Grayscale: #B2B2B2. Windows color (decimal): -4343939 or 8239037. OLE color: 8239037.
HSL color Cylindrical-coordinate representation of color #BDB77D: hue angle of 54.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDB77D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 125 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.26 |
| HSL | 54.38º | 0.33% | 0.62% | - |
| HSV(B) | 54.38º | 0.34% | 0.74% | - |
| XYZ | 41.62 | 46.17 | 26.12 | - |
| YUV | 178.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 125 | 0 | 0.03 | 0.34 | 0.26 | 54.38 | 0.33 | 0.62 |
| Hex | BD | B7 | 7D | 0 | 3 | 22 | 1A | 36 | 21 | 3E |
| Octal | 275 | 267 | 175 | 0 | 3 | 42 | 32 | 66 | 41 | 76 |
| Binary | 10111101 | 10110111 | 1111101 | 0 | 11 | 100010 | 11010 | 110110 | 100001 | 111110 |
Color Harmonies of #BDB77D
Complementary color
Monochromatic Colors of #BDB77D
Black with #BDB77D
Text Example
Text Example
White with #BDB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB77D; }
p { color: rgb(189,183,125); }
H1.HeaderClassName
{
color: #BDB77D;
}
.AnyTagClassName
{
color: #BDB77D;
}
</style>
background-color css
<style>
a { background-color: #BDB77D; }
a { background-color: rgb(189,183,125); }
div.DivClassName
{
background-color: #BDB77D;
}
.BgClassName
{
background-color: #BDB77D;
}
</style>
border-color css
<style>
span { border-color: #BDB77D; }
span { border-color: rgb(189,183,125); }
td.TdClassName
{
border-color: #BDB77D;
}
.TagClassName
{
border-color: #BDB77D;
}
</style>