Shades of Ecru #BFB179
Tints of Ecru #BFB179
RGB
CMYK
RGB Variations
Color information
#BFB179 (or 0xBFB179) is known color: Ecru. HEX triplet: BF, B1 and 79. RGB value is (191,177,121). Sum of RGB (Red+Green+Blue) = 191+177+121=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB179 is #404E86. Grayscale: #AFAFAF. Windows color (decimal): -4214407 or 7975359. OLE color: 7975359.
HSL color Cylindrical-coordinate representation of color #BFB179: hue angle of 48º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFB179 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 121 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.25 |
| HSL | 48º | 0.35% | 0.61% | - |
| HSV(B) | 48º | 0.37% | 0.75% | - |
| XYZ | 40.66 | 43.9 | 24.42 | - |
| YUV | 174.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 121 | 0 | 0.07 | 0.37 | 0.25 | 48 | 0.35 | 0.61 |
| Hex | BF | B1 | 79 | 0 | 7 | 25 | 19 | 30 | 23 | 3D |
| Octal | 277 | 261 | 171 | 0 | 7 | 45 | 31 | 60 | 43 | 75 |
| Binary | 10111111 | 10110001 | 1111001 | 0 | 111 | 100101 | 11001 | 110000 | 100011 | 111101 |
Color Harmonies of #BFB179
Complementary color
Monochromatic Colors of #BFB179
Black with #BFB179
Text Example
Text Example
White with #BFB179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB179; }
p { color: rgb(191,177,121); }
H1.HeaderClassName
{
color: #BFB179;
}
.AnyTagClassName
{
color: #BFB179;
}
</style>
background-color css
<style>
a { background-color: #BFB179; }
a { background-color: rgb(191,177,121); }
div.DivClassName
{
background-color: #BFB179;
}
.BgClassName
{
background-color: #BFB179;
}
</style>
border-color css
<style>
span { border-color: #BFB179; }
span { border-color: rgb(191,177,121); }
td.TdClassName
{
border-color: #BFB179;
}
.TagClassName
{
border-color: #BFB179;
}
</style>