Shades of Ecru #BDB283
Tints of Ecru #BDB283
RGB
CMYK
RGB Variations
Color information
#BDB283 (or 0xBDB283) is known color: Ecru. HEX triplet: BD, B2 and 83. RGB value is (189,178,131). Sum of RGB (Red+Green+Blue) = 189+178+131=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB283 is #424D7C. Grayscale: #B0B0B0. Windows color (decimal): -4345213 or 8630973. OLE color: 8630973.
HSL color Cylindrical-coordinate representation of color #BDB283: hue angle of 48.62º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDB283 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 131 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.26 |
| HSL | 48.62º | 0.31% | 0.63% | - |
| HSV(B) | 48.62º | 0.31% | 0.74% | - |
| XYZ | 41 | 44.3 | 27.86 | - |
| YUV | 175.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 131 | 0 | 0.06 | 0.31 | 0.26 | 48.62 | 0.31 | 0.63 |
| Hex | BD | B2 | 83 | 0 | 6 | 1F | 1A | 31 | 1F | 3F |
| Octal | 275 | 262 | 203 | 0 | 6 | 37 | 32 | 61 | 37 | 77 |
| Binary | 10111101 | 10110010 | 10000011 | 0 | 110 | 11111 | 11010 | 110001 | 11111 | 111111 |
Color Harmonies of #BDB283
Complementary color
Monochromatic Colors of #BDB283
Black with #BDB283
Text Example
Text Example
White with #BDB283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB283; }
p { color: rgb(189,178,131); }
H1.HeaderClassName
{
color: #BDB283;
}
.AnyTagClassName
{
color: #BDB283;
}
</style>
background-color css
<style>
a { background-color: #BDB283; }
a { background-color: rgb(189,178,131); }
div.DivClassName
{
background-color: #BDB283;
}
.BgClassName
{
background-color: #BDB283;
}
</style>
border-color css
<style>
span { border-color: #BDB283; }
span { border-color: rgb(189,178,131); }
td.TdClassName
{
border-color: #BDB283;
}
.TagClassName
{
border-color: #BDB283;
}
</style>