Shades of Ecru #BDB07A
Tints of Ecru #BDB07A
RGB
CMYK
RGB Variations
Color information
#BDB07A (or 0xBDB07A) is known color: Ecru. HEX triplet: BD, B0 and 7A. RGB value is (189,176,122). Sum of RGB (Red+Green+Blue) = 189+176+122=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB07A is #424F85. Grayscale: #ADADAD. Windows color (decimal): -4345734 or 8040637. OLE color: 8040637.
HSL color Cylindrical-coordinate representation of color #BDB07A: hue angle of 48.36º degrees, saturation: 0.34, 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 #BDB07A is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 122 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.26 |
| HSL | 48.36º | 0.34% | 0.61% | - |
| HSV(B) | 48.36º | 0.35% | 0.74% | - |
| XYZ | 40.02 | 43.27 | 24.66 | - |
| YUV | 173.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 122 | 0 | 0.07 | 0.35 | 0.26 | 48.36 | 0.34 | 0.61 |
| Hex | BD | B0 | 7A | 0 | 7 | 23 | 1A | 30 | 22 | 3D |
| Octal | 275 | 260 | 172 | 0 | 7 | 43 | 32 | 60 | 42 | 75 |
| Binary | 10111101 | 10110000 | 1111010 | 0 | 111 | 100011 | 11010 | 110000 | 100010 | 111101 |
Color Harmonies of #BDB07A
Complementary color
Monochromatic Colors of #BDB07A
Black with #BDB07A
Text Example
Text Example
White with #BDB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB07A; }
p { color: rgb(189,176,122); }
H1.HeaderClassName
{
color: #BDB07A;
}
.AnyTagClassName
{
color: #BDB07A;
}
</style>
background-color css
<style>
a { background-color: #BDB07A; }
a { background-color: rgb(189,176,122); }
div.DivClassName
{
background-color: #BDB07A;
}
.BgClassName
{
background-color: #BDB07A;
}
</style>
border-color css
<style>
span { border-color: #BDB07A; }
span { border-color: rgb(189,176,122); }
td.TdClassName
{
border-color: #BDB07A;
}
.TagClassName
{
border-color: #BDB07A;
}
</style>