Shades of Ecru #BFB582
Tints of Ecru #BFB582
RGB
CMYK
RGB Variations
Color information
#BFB582 (or 0xBFB582) is known color: Ecru. HEX triplet: BF, B5 and 82. RGB value is (191,181,130). Sum of RGB (Red+Green+Blue) = 191+181+130=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB582 is #404A7D. Grayscale: #B2B2B2. Windows color (decimal): -4213374 or 8566207. OLE color: 8566207.
HSL color Cylindrical-coordinate representation of color #BFB582: hue angle of 50.16º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFB582 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 130 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.25 |
| HSL | 50.16º | 0.32% | 0.63% | - |
| HSV(B) | 50.16º | 0.32% | 0.75% | - |
| XYZ | 42.04 | 45.74 | 27.73 | - |
| YUV | 178.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 130 | 0 | 0.05 | 0.32 | 0.25 | 50.16 | 0.32 | 0.63 |
| Hex | BF | B5 | 82 | 0 | 5 | 20 | 19 | 32 | 20 | 3F |
| Octal | 277 | 265 | 202 | 0 | 5 | 40 | 31 | 62 | 40 | 77 |
| Binary | 10111111 | 10110101 | 10000010 | 0 | 101 | 100000 | 11001 | 110010 | 100000 | 111111 |
Color Harmonies of #BFB582
Complementary color
Monochromatic Colors of #BFB582
Black with #BFB582
Text Example
Text Example
White with #BFB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB582; }
p { color: rgb(191,181,130); }
H1.HeaderClassName
{
color: #BFB582;
}
.AnyTagClassName
{
color: #BFB582;
}
</style>
background-color css
<style>
a { background-color: #BFB582; }
a { background-color: rgb(191,181,130); }
div.DivClassName
{
background-color: #BFB582;
}
.BgClassName
{
background-color: #BFB582;
}
</style>
border-color css
<style>
span { border-color: #BFB582; }
span { border-color: rgb(191,181,130); }
td.TdClassName
{
border-color: #BFB582;
}
.TagClassName
{
border-color: #BFB582;
}
</style>