Shades of Ecru #BDAB7B
Tints of Ecru #BDAB7B
RGB
CMYK
RGB Variations
Color information
#BDAB7B (or 0xBDAB7B) is known color: Ecru. HEX triplet: BD, AB and 7B. RGB value is (189,171,123). Sum of RGB (Red+Green+Blue) = 189+171+123=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB7B is #425484. Grayscale: #ABABAB. Windows color (decimal): -4347013 or 8104893. OLE color: 8104893.
HSL color Cylindrical-coordinate representation of color #BDAB7B: hue angle of 43.64º 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 #BDAB7B is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 123 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.26 |
| HSL | 43.64º | 0.33% | 0.61% | - |
| HSV(B) | 43.64º | 0.35% | 0.74% | - |
| XYZ | 39.12 | 41.37 | 24.66 | - |
| YUV | 170.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 123 | 0 | 0.10 | 0.35 | 0.26 | 43.64 | 0.33 | 0.61 |
| Hex | BD | AB | 7B | 0 | A | 23 | 1A | 2C | 21 | 3D |
| Octal | 275 | 253 | 173 | 0 | 12 | 43 | 32 | 54 | 41 | 75 |
| Binary | 10111101 | 10101011 | 1111011 | 0 | 1010 | 100011 | 11010 | 101100 | 100001 | 111101 |
Color Harmonies of #BDAB7B
Complementary color
Monochromatic Colors of #BDAB7B
Black with #BDAB7B
Text Example
Text Example
White with #BDAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB7B; }
p { color: rgb(189,171,123); }
H1.HeaderClassName
{
color: #BDAB7B;
}
.AnyTagClassName
{
color: #BDAB7B;
}
</style>
background-color css
<style>
a { background-color: #BDAB7B; }
a { background-color: rgb(189,171,123); }
div.DivClassName
{
background-color: #BDAB7B;
}
.BgClassName
{
background-color: #BDAB7B;
}
</style>
border-color css
<style>
span { border-color: #BDAB7B; }
span { border-color: rgb(189,171,123); }
td.TdClassName
{
border-color: #BDAB7B;
}
.TagClassName
{
border-color: #BDAB7B;
}
</style>