Shades of Ecru #BDB27C
Tints of Ecru #BDB27C
RGB
CMYK
RGB Variations
Color information
#BDB27C (or 0xBDB27C) is known color: Ecru. HEX triplet: BD, B2 and 7C. RGB value is (189,178,124). Sum of RGB (Red+Green+Blue) = 189+178+124=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB27C is #424D83. Grayscale: #AFAFAF. Windows color (decimal): -4345220 or 8172221. OLE color: 8172221.
HSL color Cylindrical-coordinate representation of color #BDB27C: hue angle of 49.85º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDB27C is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 124 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.26 |
| HSL | 49.85º | 0.33% | 0.61% | - |
| HSV(B) | 49.85º | 0.34% | 0.74% | - |
| XYZ | 40.54 | 44.11 | 25.45 | - |
| YUV | 175.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 124 | 0 | 0.06 | 0.34 | 0.26 | 49.85 | 0.33 | 0.61 |
| Hex | BD | B2 | 7C | 0 | 6 | 22 | 1A | 32 | 21 | 3D |
| Octal | 275 | 262 | 174 | 0 | 6 | 42 | 32 | 62 | 41 | 75 |
| Binary | 10111101 | 10110010 | 1111100 | 0 | 110 | 100010 | 11010 | 110010 | 100001 | 111101 |
Color Harmonies of #BDB27C
Complementary color
Monochromatic Colors of #BDB27C
Black with #BDB27C
Text Example
Text Example
White with #BDB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB27C; }
p { color: rgb(189,178,124); }
H1.HeaderClassName
{
color: #BDB27C;
}
.AnyTagClassName
{
color: #BDB27C;
}
</style>
background-color css
<style>
a { background-color: #BDB27C; }
a { background-color: rgb(189,178,124); }
div.DivClassName
{
background-color: #BDB27C;
}
.BgClassName
{
background-color: #BDB27C;
}
</style>
border-color css
<style>
span { border-color: #BDB27C; }
span { border-color: rgb(189,178,124); }
td.TdClassName
{
border-color: #BDB27C;
}
.TagClassName
{
border-color: #BDB27C;
}
</style>