Shades of Ecru #BDAF80
Tints of Ecru #BDAF80
RGB
CMYK
RGB Variations
Color information
#BDAF80 (or 0xBDAF80) is known color: Ecru. HEX triplet: BD, AF and 80. RGB value is (189,175,128). Sum of RGB (Red+Green+Blue) = 189+175+128=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF80 is #42507F. Grayscale: #AEAEAE. Windows color (decimal): -4345984 or 8433597. OLE color: 8433597.
HSL color Cylindrical-coordinate representation of color #BDAF80: hue angle of 46.23º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDAF80 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 128 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.26 |
| HSL | 46.23º | 0.32% | 0.62% | - |
| HSV(B) | 46.23º | 0.32% | 0.74% | - |
| XYZ | 40.21 | 43.04 | 26.61 | - |
| YUV | 173.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 128 | 0 | 0.07 | 0.32 | 0.26 | 46.23 | 0.32 | 0.62 |
| Hex | BD | AF | 80 | 0 | 7 | 20 | 1A | 2E | 20 | 3E |
| Octal | 275 | 257 | 200 | 0 | 7 | 40 | 32 | 56 | 40 | 76 |
| Binary | 10111101 | 10101111 | 10000000 | 0 | 111 | 100000 | 11010 | 101110 | 100000 | 111110 |
Color Harmonies of #BDAF80
Complementary color
Monochromatic Colors of #BDAF80
Black with #BDAF80
Text Example
Text Example
White with #BDAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF80; }
p { color: rgb(189,175,128); }
H1.HeaderClassName
{
color: #BDAF80;
}
.AnyTagClassName
{
color: #BDAF80;
}
</style>
background-color css
<style>
a { background-color: #BDAF80; }
a { background-color: rgb(189,175,128); }
div.DivClassName
{
background-color: #BDAF80;
}
.BgClassName
{
background-color: #BDAF80;
}
</style>
border-color css
<style>
span { border-color: #BDAF80; }
span { border-color: rgb(189,175,128); }
td.TdClassName
{
border-color: #BDAF80;
}
.TagClassName
{
border-color: #BDAF80;
}
</style>