Shades of Ecru #BDB47B
Tints of Ecru #BDB47B
RGB
CMYK
RGB Variations
Color information
#BDB47B (or 0xBDB47B) is known color: Ecru. HEX triplet: BD, B4 and 7B. RGB value is (189,180,123). Sum of RGB (Red+Green+Blue) = 189+180+123=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB47B is #424B84. Grayscale: #B0B0B0. Windows color (decimal): -4344709 or 8107197. OLE color: 8107197.
HSL color Cylindrical-coordinate representation of color #BDB47B: hue angle of 51.82º 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 #BDB47B is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 123 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.26 |
| HSL | 51.82º | 0.33% | 0.61% | - |
| HSV(B) | 51.82º | 0.35% | 0.74% | - |
| XYZ | 40.88 | 44.89 | 25.25 | - |
| YUV | 176.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 123 | 0 | 0.05 | 0.35 | 0.26 | 51.82 | 0.33 | 0.61 |
| Hex | BD | B4 | 7B | 0 | 5 | 23 | 1A | 34 | 21 | 3D |
| Octal | 275 | 264 | 173 | 0 | 5 | 43 | 32 | 64 | 41 | 75 |
| Binary | 10111101 | 10110100 | 1111011 | 0 | 101 | 100011 | 11010 | 110100 | 100001 | 111101 |
Color Harmonies of #BDB47B
Complementary color
Monochromatic Colors of #BDB47B
Black with #BDB47B
Text Example
Text Example
White with #BDB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB47B; }
p { color: rgb(189,180,123); }
H1.HeaderClassName
{
color: #BDB47B;
}
.AnyTagClassName
{
color: #BDB47B;
}
</style>
background-color css
<style>
a { background-color: #BDB47B; }
a { background-color: rgb(189,180,123); }
div.DivClassName
{
background-color: #BDB47B;
}
.BgClassName
{
background-color: #BDB47B;
}
</style>
border-color css
<style>
span { border-color: #BDB47B; }
span { border-color: rgb(189,180,123); }
td.TdClassName
{
border-color: #BDB47B;
}
.TagClassName
{
border-color: #BDB47B;
}
</style>