Shades of Ecru #BDB67F
Tints of Ecru #BDB67F
RGB
CMYK
RGB Variations
Color information
#BDB67F (or 0xBDB67F) is known color: Ecru. HEX triplet: BD, B6 and 7F. RGB value is (189,182,127). Sum of RGB (Red+Green+Blue) = 189+182+127=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB67F is #424980. Grayscale: #B2B2B2. Windows color (decimal): -4344193 or 8369853. OLE color: 8369853.
HSL color Cylindrical-coordinate representation of color #BDB67F: hue angle of 53.23º 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 #BDB67F is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 127 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.26 |
| HSL | 53.23º | 0.32% | 0.62% | - |
| HSV(B) | 53.23º | 0.33% | 0.74% | - |
| XYZ | 41.54 | 45.81 | 26.73 | - |
| YUV | 177.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 127 | 0 | 0.04 | 0.33 | 0.26 | 53.23 | 0.32 | 0.62 |
| Hex | BD | B6 | 7F | 0 | 4 | 21 | 1A | 35 | 20 | 3E |
| Octal | 275 | 266 | 177 | 0 | 4 | 41 | 32 | 65 | 40 | 76 |
| Binary | 10111101 | 10110110 | 1111111 | 0 | 100 | 100001 | 11010 | 110101 | 100000 | 111110 |
Color Harmonies of #BDB67F
Complementary color
Monochromatic Colors of #BDB67F
Black with #BDB67F
Text Example
Text Example
White with #BDB67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB67F; }
p { color: rgb(189,182,127); }
H1.HeaderClassName
{
color: #BDB67F;
}
.AnyTagClassName
{
color: #BDB67F;
}
</style>
background-color css
<style>
a { background-color: #BDB67F; }
a { background-color: rgb(189,182,127); }
div.DivClassName
{
background-color: #BDB67F;
}
.BgClassName
{
background-color: #BDB67F;
}
</style>
border-color css
<style>
span { border-color: #BDB67F; }
span { border-color: rgb(189,182,127); }
td.TdClassName
{
border-color: #BDB67F;
}
.TagClassName
{
border-color: #BDB67F;
}
</style>