Shades of Ecru #BDB07D
Tints of Ecru #BDB07D
RGB
CMYK
RGB Variations
Color information
#BDB07D (or 0xBDB07D) is known color: Ecru. HEX triplet: BD, B0 and 7D. RGB value is (189,176,125). Sum of RGB (Red+Green+Blue) = 189+176+125=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB07D is #424F82. Grayscale: #AEAEAE. Windows color (decimal): -4345731 or 8237245. OLE color: 8237245.
HSL color Cylindrical-coordinate representation of color #BDB07D: hue angle of 47.81º 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 #BDB07D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 125 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.26 |
| HSL | 47.81º | 0.33% | 0.62% | - |
| HSV(B) | 47.81º | 0.34% | 0.74% | - |
| XYZ | 40.21 | 43.35 | 25.65 | - |
| YUV | 174.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 125 | 0 | 0.07 | 0.34 | 0.26 | 47.81 | 0.33 | 0.62 |
| Hex | BD | B0 | 7D | 0 | 7 | 22 | 1A | 30 | 21 | 3E |
| Octal | 275 | 260 | 175 | 0 | 7 | 42 | 32 | 60 | 41 | 76 |
| Binary | 10111101 | 10110000 | 1111101 | 0 | 111 | 100010 | 11010 | 110000 | 100001 | 111110 |
Color Harmonies of #BDB07D
Complementary color
Monochromatic Colors of #BDB07D
Black with #BDB07D
Text Example
Text Example
White with #BDB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB07D; }
p { color: rgb(189,176,125); }
H1.HeaderClassName
{
color: #BDB07D;
}
.AnyTagClassName
{
color: #BDB07D;
}
</style>
background-color css
<style>
a { background-color: #BDB07D; }
a { background-color: rgb(189,176,125); }
div.DivClassName
{
background-color: #BDB07D;
}
.BgClassName
{
background-color: #BDB07D;
}
</style>
border-color css
<style>
span { border-color: #BDB07D; }
span { border-color: rgb(189,176,125); }
td.TdClassName
{
border-color: #BDB07D;
}
.TagClassName
{
border-color: #BDB07D;
}
</style>