Shades of Ecru #BDAF7C
Tints of Ecru #BDAF7C
RGB
CMYK
RGB Variations
Color information
#BDAF7C (or 0xBDAF7C) is known color: Ecru. HEX triplet: BD, AF and 7C. RGB value is (189,175,124). Sum of RGB (Red+Green+Blue) = 189+175+124=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF7C is #425083. Grayscale: #ADADAD. Windows color (decimal): -4345988 or 8171453. OLE color: 8171453.
HSL color Cylindrical-coordinate representation of color #BDAF7C: hue angle of 47.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDAF7C is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 124 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.26 |
| HSL | 47.08º | 0.33% | 0.61% | - |
| HSV(B) | 47.08º | 0.34% | 0.74% | - |
| XYZ | 39.95 | 42.93 | 25.25 | - |
| YUV | 173.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 124 | 0 | 0.07 | 0.34 | 0.26 | 47.08 | 0.33 | 0.61 |
| Hex | BD | AF | 7C | 0 | 7 | 22 | 1A | 2F | 21 | 3D |
| Octal | 275 | 257 | 174 | 0 | 7 | 42 | 32 | 57 | 41 | 75 |
| Binary | 10111101 | 10101111 | 1111100 | 0 | 111 | 100010 | 11010 | 101111 | 100001 | 111101 |
Color Harmonies of #BDAF7C
Complementary color
Monochromatic Colors of #BDAF7C
Black with #BDAF7C
Text Example
Text Example
White with #BDAF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF7C; }
p { color: rgb(189,175,124); }
H1.HeaderClassName
{
color: #BDAF7C;
}
.AnyTagClassName
{
color: #BDAF7C;
}
</style>
background-color css
<style>
a { background-color: #BDAF7C; }
a { background-color: rgb(189,175,124); }
div.DivClassName
{
background-color: #BDAF7C;
}
.BgClassName
{
background-color: #BDAF7C;
}
</style>
border-color css
<style>
span { border-color: #BDAF7C; }
span { border-color: rgb(189,175,124); }
td.TdClassName
{
border-color: #BDAF7C;
}
.TagClassName
{
border-color: #BDAF7C;
}
</style>