Shades of Ecru #BDAF84
Tints of Ecru #BDAF84
RGB
CMYK
RGB Variations
Color information
#BDAF84 (or 0xBDAF84) is known color: Ecru. HEX triplet: BD, AF and 84. RGB value is (189,175,132). Sum of RGB (Red+Green+Blue) = 189+175+132=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF84 is #42507B. Grayscale: #AEAEAE. Windows color (decimal): -4345980 or 8695741. OLE color: 8695741.
HSL color Cylindrical-coordinate representation of color #BDAF84: hue angle of 45.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDAF84 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 132 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.26 |
| HSL | 45.26º | 0.3% | 0.63% | - |
| HSV(B) | 45.26º | 0.3% | 0.74% | - |
| XYZ | 40.48 | 43.14 | 28.02 | - |
| YUV | 174.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 132 | 0 | 0.07 | 0.30 | 0.26 | 45.26 | 0.3 | 0.63 |
| Hex | BD | AF | 84 | 0 | 7 | 1E | 1A | 2D | 1E | 3F |
| Octal | 275 | 257 | 204 | 0 | 7 | 36 | 32 | 55 | 36 | 77 |
| Binary | 10111101 | 10101111 | 10000100 | 0 | 111 | 11110 | 11010 | 101101 | 11110 | 111111 |
Color Harmonies of #BDAF84
Complementary color
Monochromatic Colors of #BDAF84
Black with #BDAF84
Text Example
Text Example
White with #BDAF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF84; }
p { color: rgb(189,175,132); }
H1.HeaderClassName
{
color: #BDAF84;
}
.AnyTagClassName
{
color: #BDAF84;
}
</style>
background-color css
<style>
a { background-color: #BDAF84; }
a { background-color: rgb(189,175,132); }
div.DivClassName
{
background-color: #BDAF84;
}
.BgClassName
{
background-color: #BDAF84;
}
</style>
border-color css
<style>
span { border-color: #BDAF84; }
span { border-color: rgb(189,175,132); }
td.TdClassName
{
border-color: #BDAF84;
}
.TagClassName
{
border-color: #BDAF84;
}
</style>