Shades of Ecru #BDAB74
Tints of Ecru #BDAB74
RGB
CMYK
RGB Variations
Color information
#BDAB74 (or 0xBDAB74) is known color: Ecru. HEX triplet: BD, AB and 74. RGB value is (189,171,116). Sum of RGB (Red+Green+Blue) = 189+171+116=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB74 is #42548B. Grayscale: #AAAAAA. Windows color (decimal): -4347020 or 7646141. OLE color: 7646141.
HSL color Cylindrical-coordinate representation of color #BDAB74: hue angle of 45.21º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDAB74 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 116 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.26 |
| HSL | 45.21º | 0.36% | 0.6% | - |
| HSV(B) | 45.21º | 0.39% | 0.74% | - |
| XYZ | 38.7 | 41.21 | 22.44 | - |
| YUV | 170.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 116 | 0 | 0.10 | 0.39 | 0.26 | 45.21 | 0.36 | 0.6 |
| Hex | BD | AB | 74 | 0 | A | 27 | 1A | 2D | 24 | 3C |
| Octal | 275 | 253 | 164 | 0 | 12 | 47 | 32 | 55 | 44 | 74 |
| Binary | 10111101 | 10101011 | 1110100 | 0 | 1010 | 100111 | 11010 | 101101 | 100100 | 111100 |
Color Harmonies of #BDAB74
Complementary color
Monochromatic Colors of #BDAB74
Black with #BDAB74
Text Example
Text Example
White with #BDAB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB74; }
p { color: rgb(189,171,116); }
H1.HeaderClassName
{
color: #BDAB74;
}
.AnyTagClassName
{
color: #BDAB74;
}
</style>
background-color css
<style>
a { background-color: #BDAB74; }
a { background-color: rgb(189,171,116); }
div.DivClassName
{
background-color: #BDAB74;
}
.BgClassName
{
background-color: #BDAB74;
}
</style>
border-color css
<style>
span { border-color: #BDAB74; }
span { border-color: rgb(189,171,116); }
td.TdClassName
{
border-color: #BDAB74;
}
.TagClassName
{
border-color: #BDAB74;
}
</style>