Shades of Ecru #BDB27E
Tints of Ecru #BDB27E
RGB
CMYK
RGB Variations
Color information
#BDB27E (or 0xBDB27E) is known color: Ecru. HEX triplet: BD, B2 and 7E. RGB value is (189,178,126). Sum of RGB (Red+Green+Blue) = 189+178+126=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB27E is #424D81. Grayscale: #AFAFAF. Windows color (decimal): -4345218 or 8303293. OLE color: 8303293.
HSL color Cylindrical-coordinate representation of color #BDB27E: hue angle of 49.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDB27E is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 126 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.26 |
| HSL | 49.52º | 0.32% | 0.62% | - |
| HSV(B) | 49.52º | 0.33% | 0.74% | - |
| XYZ | 40.67 | 44.17 | 26.12 | - |
| YUV | 175.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 126 | 0 | 0.06 | 0.33 | 0.26 | 49.52 | 0.32 | 0.62 |
| Hex | BD | B2 | 7E | 0 | 6 | 21 | 1A | 32 | 20 | 3E |
| Octal | 275 | 262 | 176 | 0 | 6 | 41 | 32 | 62 | 40 | 76 |
| Binary | 10111101 | 10110010 | 1111110 | 0 | 110 | 100001 | 11010 | 110010 | 100000 | 111110 |
Color Harmonies of #BDB27E
Complementary color
Monochromatic Colors of #BDB27E
Black with #BDB27E
Text Example
Text Example
White with #BDB27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB27E; }
p { color: rgb(189,178,126); }
H1.HeaderClassName
{
color: #BDB27E;
}
.AnyTagClassName
{
color: #BDB27E;
}
</style>
background-color css
<style>
a { background-color: #BDB27E; }
a { background-color: rgb(189,178,126); }
div.DivClassName
{
background-color: #BDB27E;
}
.BgClassName
{
background-color: #BDB27E;
}
</style>
border-color css
<style>
span { border-color: #BDB27E; }
span { border-color: rgb(189,178,126); }
td.TdClassName
{
border-color: #BDB27E;
}
.TagClassName
{
border-color: #BDB27E;
}
</style>