Shades of Ecru #BDAF7A
Tints of Ecru #BDAF7A
RGB
CMYK
RGB Variations
Color information
#BDAF7A (or 0xBDAF7A) is known color: Ecru. HEX triplet: BD, AF and 7A. RGB value is (189,175,122). Sum of RGB (Red+Green+Blue) = 189+175+122=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF7A is #425085. Grayscale: #ADADAD. Windows color (decimal): -4345990 or 8040381. OLE color: 8040381.
HSL color Cylindrical-coordinate representation of color #BDAF7A: hue angle of 47.46º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDAF7A is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 122 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.26 |
| HSL | 47.46º | 0.34% | 0.61% | - |
| HSV(B) | 47.46º | 0.35% | 0.74% | - |
| XYZ | 39.83 | 42.88 | 24.59 | - |
| YUV | 173.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 122 | 0 | 0.07 | 0.35 | 0.26 | 47.46 | 0.34 | 0.61 |
| Hex | BD | AF | 7A | 0 | 7 | 23 | 1A | 2F | 22 | 3D |
| Octal | 275 | 257 | 172 | 0 | 7 | 43 | 32 | 57 | 42 | 75 |
| Binary | 10111101 | 10101111 | 1111010 | 0 | 111 | 100011 | 11010 | 101111 | 100010 | 111101 |
Color Harmonies of #BDAF7A
Complementary color
Monochromatic Colors of #BDAF7A
Black with #BDAF7A
Text Example
Text Example
White with #BDAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF7A; }
p { color: rgb(189,175,122); }
H1.HeaderClassName
{
color: #BDAF7A;
}
.AnyTagClassName
{
color: #BDAF7A;
}
</style>
background-color css
<style>
a { background-color: #BDAF7A; }
a { background-color: rgb(189,175,122); }
div.DivClassName
{
background-color: #BDAF7A;
}
.BgClassName
{
background-color: #BDAF7A;
}
</style>
border-color css
<style>
span { border-color: #BDAF7A; }
span { border-color: rgb(189,175,122); }
td.TdClassName
{
border-color: #BDAF7A;
}
.TagClassName
{
border-color: #BDAF7A;
}
</style>