Shades of Ecru #BDB27A
Tints of Ecru #BDB27A
RGB
CMYK
RGB Variations
Color information
#BDB27A (or 0xBDB27A) is known color: Ecru. HEX triplet: BD, B2 and 7A. RGB value is (189,178,122). Sum of RGB (Red+Green+Blue) = 189+178+122=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB27A is #424D85. Grayscale: #AFAFAF. Windows color (decimal): -4345222 or 8041149. OLE color: 8041149.
HSL color Cylindrical-coordinate representation of color #BDB27A: hue angle of 50.15º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDB27A is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 122 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.26 |
| HSL | 50.15º | 0.34% | 0.61% | - |
| HSV(B) | 50.15º | 0.35% | 0.74% | - |
| XYZ | 40.42 | 44.06 | 24.79 | - |
| YUV | 174.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 122 | 0 | 0.06 | 0.35 | 0.26 | 50.15 | 0.34 | 0.61 |
| Hex | BD | B2 | 7A | 0 | 6 | 23 | 1A | 32 | 22 | 3D |
| Octal | 275 | 262 | 172 | 0 | 6 | 43 | 32 | 62 | 42 | 75 |
| Binary | 10111101 | 10110010 | 1111010 | 0 | 110 | 100011 | 11010 | 110010 | 100010 | 111101 |
Color Harmonies of #BDB27A
Complementary color
Monochromatic Colors of #BDB27A
Black with #BDB27A
Text Example
Text Example
White with #BDB27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB27A; }
p { color: rgb(189,178,122); }
H1.HeaderClassName
{
color: #BDB27A;
}
.AnyTagClassName
{
color: #BDB27A;
}
</style>
background-color css
<style>
a { background-color: #BDB27A; }
a { background-color: rgb(189,178,122); }
div.DivClassName
{
background-color: #BDB27A;
}
.BgClassName
{
background-color: #BDB27A;
}
</style>
border-color css
<style>
span { border-color: #BDB27A; }
span { border-color: rgb(189,178,122); }
td.TdClassName
{
border-color: #BDB27A;
}
.TagClassName
{
border-color: #BDB27A;
}
</style>