Shades of Ecru #BDB27D
Tints of Ecru #BDB27D
RGB
CMYK
RGB Variations
Color information
#BDB27D (or 0xBDB27D) is known color: Ecru. HEX triplet: BD, B2 and 7D. RGB value is (189,178,125). Sum of RGB (Red+Green+Blue) = 189+178+125=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB27D is #424D82. Grayscale: #AFAFAF. Windows color (decimal): -4345219 or 8237757. OLE color: 8237757.
HSL color Cylindrical-coordinate representation of color #BDB27D: hue angle of 49.69º 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 #BDB27D is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 125 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.26 |
| HSL | 49.69º | 0.33% | 0.62% | - |
| HSV(B) | 49.69º | 0.34% | 0.74% | - |
| XYZ | 40.61 | 44.14 | 25.78 | - |
| YUV | 175.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 125 | 0 | 0.06 | 0.34 | 0.26 | 49.69 | 0.33 | 0.62 |
| Hex | BD | B2 | 7D | 0 | 6 | 22 | 1A | 32 | 21 | 3E |
| Octal | 275 | 262 | 175 | 0 | 6 | 42 | 32 | 62 | 41 | 76 |
| Binary | 10111101 | 10110010 | 1111101 | 0 | 110 | 100010 | 11010 | 110010 | 100001 | 111110 |
Color Harmonies of #BDB27D
Complementary color
Monochromatic Colors of #BDB27D
Black with #BDB27D
Text Example
Text Example
White with #BDB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB27D; }
p { color: rgb(189,178,125); }
H1.HeaderClassName
{
color: #BDB27D;
}
.AnyTagClassName
{
color: #BDB27D;
}
</style>
background-color css
<style>
a { background-color: #BDB27D; }
a { background-color: rgb(189,178,125); }
div.DivClassName
{
background-color: #BDB27D;
}
.BgClassName
{
background-color: #BDB27D;
}
</style>
border-color css
<style>
span { border-color: #BDB27D; }
span { border-color: rgb(189,178,125); }
td.TdClassName
{
border-color: #BDB27D;
}
.TagClassName
{
border-color: #BDB27D;
}
</style>