Shades of Ecru #BDB37D
Tints of Ecru #BDB37D
RGB
CMYK
RGB Variations
Color information
#BDB37D (or 0xBDB37D) is known color: Ecru. HEX triplet: BD, B3 and 7D. RGB value is (189,179,125). Sum of RGB (Red+Green+Blue) = 189+179+125=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB37D is #424C82. Grayscale: #B0B0B0. Windows color (decimal): -4344963 or 8238013. OLE color: 8238013.
HSL color Cylindrical-coordinate representation of color #BDB37D: hue angle of 50.62º 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 #BDB37D is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 125 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.26 |
| HSL | 50.63º | 0.33% | 0.62% | - |
| HSV(B) | 50.63º | 0.34% | 0.74% | - |
| XYZ | 40.81 | 44.54 | 25.85 | - |
| YUV | 175.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 125 | 0 | 0.05 | 0.34 | 0.26 | 50.63 | 0.33 | 0.62 |
| Hex | BD | B3 | 7D | 0 | 5 | 22 | 1A | 33 | 21 | 3E |
| Octal | 275 | 263 | 175 | 0 | 5 | 42 | 32 | 63 | 41 | 76 |
| Binary | 10111101 | 10110011 | 1111101 | 0 | 101 | 100010 | 11010 | 110011 | 100001 | 111110 |
Color Harmonies of #BDB37D
Complementary color
Monochromatic Colors of #BDB37D
Black with #BDB37D
Text Example
Text Example
White with #BDB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB37D; }
p { color: rgb(189,179,125); }
H1.HeaderClassName
{
color: #BDB37D;
}
.AnyTagClassName
{
color: #BDB37D;
}
</style>
background-color css
<style>
a { background-color: #BDB37D; }
a { background-color: rgb(189,179,125); }
div.DivClassName
{
background-color: #BDB37D;
}
.BgClassName
{
background-color: #BDB37D;
}
</style>
border-color css
<style>
span { border-color: #BDB37D; }
span { border-color: rgb(189,179,125); }
td.TdClassName
{
border-color: #BDB37D;
}
.TagClassName
{
border-color: #BDB37D;
}
</style>