Shades of Ecru #BFB084
Tints of Ecru #BFB084
RGB
CMYK
RGB Variations
Color information
#BFB084 (or 0xBFB084) is known color: Ecru. HEX triplet: BF, B0 and 84. RGB value is (191,176,132). Sum of RGB (Red+Green+Blue) = 191+176+132=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB084 is #404F7B. Grayscale: #AFAFAF. Windows color (decimal): -4214652 or 8695999. OLE color: 8695999.
HSL color Cylindrical-coordinate representation of color #BFB084: hue angle of 44.75º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFB084 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 132 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.25 |
| HSL | 44.75º | 0.32% | 0.63% | - |
| HSV(B) | 44.75º | 0.31% | 0.75% | - |
| XYZ | 41.18 | 43.79 | 28.11 | - |
| YUV | 175.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 132 | 0 | 0.08 | 0.31 | 0.25 | 44.75 | 0.32 | 0.63 |
| Hex | BF | B0 | 84 | 0 | 8 | 1F | 19 | 2D | 20 | 3F |
| Octal | 277 | 260 | 204 | 0 | 10 | 37 | 31 | 55 | 40 | 77 |
| Binary | 10111111 | 10110000 | 10000100 | 0 | 1000 | 11111 | 11001 | 101101 | 100000 | 111111 |
Color Harmonies of #BFB084
Complementary color
Monochromatic Colors of #BFB084
Black with #BFB084
Text Example
Text Example
White with #BFB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB084; }
p { color: rgb(191,176,132); }
H1.HeaderClassName
{
color: #BFB084;
}
.AnyTagClassName
{
color: #BFB084;
}
</style>
background-color css
<style>
a { background-color: #BFB084; }
a { background-color: rgb(191,176,132); }
div.DivClassName
{
background-color: #BFB084;
}
.BgClassName
{
background-color: #BFB084;
}
</style>
border-color css
<style>
span { border-color: #BFB084; }
span { border-color: rgb(191,176,132); }
td.TdClassName
{
border-color: #BFB084;
}
.TagClassName
{
border-color: #BFB084;
}
</style>