Shades of Ecru #BDB67A
Tints of Ecru #BDB67A
RGB
CMYK
RGB Variations
Color information
#BDB67A (or 0xBDB67A) is known color: Ecru. HEX triplet: BD, B6 and 7A. RGB value is (189,182,122). Sum of RGB (Red+Green+Blue) = 189+182+122=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB67A is #424985. Grayscale: #B1B1B1. Windows color (decimal): -4344198 or 8042173. OLE color: 8042173.
HSL color Cylindrical-coordinate representation of color #BDB67A: hue angle of 53.73º 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 #BDB67A is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 122 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.26 |
| HSL | 53.73º | 0.34% | 0.61% | - |
| HSV(B) | 53.73º | 0.35% | 0.74% | - |
| XYZ | 41.23 | 45.68 | 25.06 | - |
| YUV | 177.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 122 | 0 | 0.04 | 0.35 | 0.26 | 53.73 | 0.34 | 0.61 |
| Hex | BD | B6 | 7A | 0 | 4 | 23 | 1A | 36 | 22 | 3D |
| Octal | 275 | 266 | 172 | 0 | 4 | 43 | 32 | 66 | 42 | 75 |
| Binary | 10111101 | 10110110 | 1111010 | 0 | 100 | 100011 | 11010 | 110110 | 100010 | 111101 |
Color Harmonies of #BDB67A
Complementary color
Monochromatic Colors of #BDB67A
Black with #BDB67A
Text Example
Text Example
White with #BDB67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB67A; }
p { color: rgb(189,182,122); }
H1.HeaderClassName
{
color: #BDB67A;
}
.AnyTagClassName
{
color: #BDB67A;
}
</style>
background-color css
<style>
a { background-color: #BDB67A; }
a { background-color: rgb(189,182,122); }
div.DivClassName
{
background-color: #BDB67A;
}
.BgClassName
{
background-color: #BDB67A;
}
</style>
border-color css
<style>
span { border-color: #BDB67A; }
span { border-color: rgb(189,182,122); }
td.TdClassName
{
border-color: #BDB67A;
}
.TagClassName
{
border-color: #BDB67A;
}
</style>