Shades of Ecru #BDAF7B
Tints of Ecru #BDAF7B
RGB
CMYK
RGB Variations
Color information
#BDAF7B (or 0xBDAF7B) is known color: Ecru. HEX triplet: BD, AF and 7B. RGB value is (189,175,123). Sum of RGB (Red+Green+Blue) = 189+175+123=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF7B is #425084. Grayscale: #ADADAD. Windows color (decimal): -4345989 or 8105917. OLE color: 8105917.
HSL color Cylindrical-coordinate representation of color #BDAF7B: hue angle of 47.27º degrees, saturation: 0.33, 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 #BDAF7B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 123 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.26 |
| HSL | 47.27º | 0.33% | 0.61% | - |
| HSV(B) | 47.27º | 0.35% | 0.74% | - |
| XYZ | 39.89 | 42.91 | 24.92 | - |
| YUV | 173.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 123 | 0 | 0.07 | 0.35 | 0.26 | 47.27 | 0.33 | 0.61 |
| Hex | BD | AF | 7B | 0 | 7 | 23 | 1A | 2F | 21 | 3D |
| Octal | 275 | 257 | 173 | 0 | 7 | 43 | 32 | 57 | 41 | 75 |
| Binary | 10111101 | 10101111 | 1111011 | 0 | 111 | 100011 | 11010 | 101111 | 100001 | 111101 |
Color Harmonies of #BDAF7B
Complementary color
Monochromatic Colors of #BDAF7B
Black with #BDAF7B
Text Example
Text Example
White with #BDAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF7B; }
p { color: rgb(189,175,123); }
H1.HeaderClassName
{
color: #BDAF7B;
}
.AnyTagClassName
{
color: #BDAF7B;
}
</style>
background-color css
<style>
a { background-color: #BDAF7B; }
a { background-color: rgb(189,175,123); }
div.DivClassName
{
background-color: #BDAF7B;
}
.BgClassName
{
background-color: #BDAF7B;
}
</style>
border-color css
<style>
span { border-color: #BDAF7B; }
span { border-color: rgb(189,175,123); }
td.TdClassName
{
border-color: #BDAF7B;
}
.TagClassName
{
border-color: #BDAF7B;
}
</style>