Shades of Ecru #BDB17F
Tints of Ecru #BDB17F
RGB
CMYK
RGB Variations
Color information
#BDB17F (or 0xBDB17F) is known color: Ecru. HEX triplet: BD, B1 and 7F. RGB value is (189,177,127). Sum of RGB (Red+Green+Blue) = 189+177+127=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB17F is #424E80. Grayscale: #AFAFAF. Windows color (decimal): -4345473 or 8368573. OLE color: 8368573.
HSL color Cylindrical-coordinate representation of color #BDB17F: hue angle of 48.39º 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 #BDB17F is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 127 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.26 |
| HSL | 48.39º | 0.32% | 0.62% | - |
| HSV(B) | 48.39º | 0.33% | 0.74% | - |
| XYZ | 40.54 | 43.8 | 26.4 | - |
| YUV | 174.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 127 | 0 | 0.06 | 0.33 | 0.26 | 48.39 | 0.32 | 0.62 |
| Hex | BD | B1 | 7F | 0 | 6 | 21 | 1A | 30 | 20 | 3E |
| Octal | 275 | 261 | 177 | 0 | 6 | 41 | 32 | 60 | 40 | 76 |
| Binary | 10111101 | 10110001 | 1111111 | 0 | 110 | 100001 | 11010 | 110000 | 100000 | 111110 |
Color Harmonies of #BDB17F
Complementary color
Monochromatic Colors of #BDB17F
Black with #BDB17F
Text Example
Text Example
White with #BDB17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB17F; }
p { color: rgb(189,177,127); }
H1.HeaderClassName
{
color: #BDB17F;
}
.AnyTagClassName
{
color: #BDB17F;
}
</style>
background-color css
<style>
a { background-color: #BDB17F; }
a { background-color: rgb(189,177,127); }
div.DivClassName
{
background-color: #BDB17F;
}
.BgClassName
{
background-color: #BDB17F;
}
</style>
border-color css
<style>
span { border-color: #BDB17F; }
span { border-color: rgb(189,177,127); }
td.TdClassName
{
border-color: #BDB17F;
}
.TagClassName
{
border-color: #BDB17F;
}
</style>