Shades of Ecru #BDAF81
Tints of Ecru #BDAF81
RGB
CMYK
RGB Variations
Color information
#BDAF81 (or 0xBDAF81) is known color: Ecru. HEX triplet: BD, AF and 81. RGB value is (189,175,129). Sum of RGB (Red+Green+Blue) = 189+175+129=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF81 is #42507E. Grayscale: #AEAEAE. Windows color (decimal): -4345983 or 8499133. OLE color: 8499133.
HSL color Cylindrical-coordinate representation of color #BDAF81: hue angle of 46º degrees, saturation: 0.31, 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 #BDAF81 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 129 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.26 |
| HSL | 46º | 0.31% | 0.62% | - |
| HSV(B) | 46º | 0.32% | 0.74% | - |
| XYZ | 40.28 | 43.06 | 26.96 | - |
| YUV | 173.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 129 | 0 | 0.07 | 0.32 | 0.26 | 46 | 0.31 | 0.62 |
| Hex | BD | AF | 81 | 0 | 7 | 20 | 1A | 2E | 1F | 3E |
| Octal | 275 | 257 | 201 | 0 | 7 | 40 | 32 | 56 | 37 | 76 |
| Binary | 10111101 | 10101111 | 10000001 | 0 | 111 | 100000 | 11010 | 101110 | 11111 | 111110 |
Color Harmonies of #BDAF81
Complementary color
Monochromatic Colors of #BDAF81
Black with #BDAF81
Text Example
Text Example
White with #BDAF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF81; }
p { color: rgb(189,175,129); }
H1.HeaderClassName
{
color: #BDAF81;
}
.AnyTagClassName
{
color: #BDAF81;
}
</style>
background-color css
<style>
a { background-color: #BDAF81; }
a { background-color: rgb(189,175,129); }
div.DivClassName
{
background-color: #BDAF81;
}
.BgClassName
{
background-color: #BDAF81;
}
</style>
border-color css
<style>
span { border-color: #BDAF81; }
span { border-color: rgb(189,175,129); }
td.TdClassName
{
border-color: #BDAF81;
}
.TagClassName
{
border-color: #BDAF81;
}
</style>