Shades of Ecru #BDB67B
Tints of Ecru #BDB67B
RGB
CMYK
RGB Variations
Color information
#BDB67B (or 0xBDB67B) is known color: Ecru. HEX triplet: BD, B6 and 7B. RGB value is (189,182,123). Sum of RGB (Red+Green+Blue) = 189+182+123=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB67B is #424984. Grayscale: #B1B1B1. Windows color (decimal): -4344197 or 8107709. OLE color: 8107709.
HSL color Cylindrical-coordinate representation of color #BDB67B: hue angle of 53.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 #BDB67B is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 123 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.26 |
| HSL | 53.64º | 0.33% | 0.61% | - |
| HSV(B) | 53.64º | 0.35% | 0.74% | - |
| XYZ | 41.29 | 45.7 | 25.38 | - |
| YUV | 177.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 123 | 0 | 0.04 | 0.35 | 0.26 | 53.64 | 0.33 | 0.61 |
| Hex | BD | B6 | 7B | 0 | 4 | 23 | 1A | 36 | 21 | 3D |
| Octal | 275 | 266 | 173 | 0 | 4 | 43 | 32 | 66 | 41 | 75 |
| Binary | 10111101 | 10110110 | 1111011 | 0 | 100 | 100011 | 11010 | 110110 | 100001 | 111101 |
Color Harmonies of #BDB67B
Complementary color
Monochromatic Colors of #BDB67B
Black with #BDB67B
Text Example
Text Example
White with #BDB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB67B; }
p { color: rgb(189,182,123); }
H1.HeaderClassName
{
color: #BDB67B;
}
.AnyTagClassName
{
color: #BDB67B;
}
</style>
background-color css
<style>
a { background-color: #BDB67B; }
a { background-color: rgb(189,182,123); }
div.DivClassName
{
background-color: #BDB67B;
}
.BgClassName
{
background-color: #BDB67B;
}
</style>
border-color css
<style>
span { border-color: #BDB67B; }
span { border-color: rgb(189,182,123); }
td.TdClassName
{
border-color: #BDB67B;
}
.TagClassName
{
border-color: #BDB67B;
}
</style>