Shades of Ecru #BFB679
Tints of Ecru #BFB679
RGB
CMYK
RGB Variations
Color information
#BFB679 (or 0xBFB679) is known color: Ecru. HEX triplet: BF, B6 and 79. RGB value is (191,182,121). Sum of RGB (Red+Green+Blue) = 191+182+121=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB679 is #404986. Grayscale: #B1B1B1. Windows color (decimal): -4213127 or 7976639. OLE color: 7976639.
HSL color Cylindrical-coordinate representation of color #BFB679: hue angle of 52.29º 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 #BFB679 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 121 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.25 |
| HSL | 52.29º | 0.35% | 0.61% | - |
| HSV(B) | 52.29º | 0.37% | 0.75% | - |
| XYZ | 41.67 | 45.91 | 24.76 | - |
| YUV | 177.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 121 | 0 | 0.05 | 0.37 | 0.25 | 52.29 | 0.35 | 0.61 |
| Hex | BF | B6 | 79 | 0 | 5 | 25 | 19 | 34 | 23 | 3D |
| Octal | 277 | 266 | 171 | 0 | 5 | 45 | 31 | 64 | 43 | 75 |
| Binary | 10111111 | 10110110 | 1111001 | 0 | 101 | 100101 | 11001 | 110100 | 100011 | 111101 |
Color Harmonies of #BFB679
Complementary color
Monochromatic Colors of #BFB679
Black with #BFB679
Text Example
Text Example
White with #BFB679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB679; }
p { color: rgb(191,182,121); }
H1.HeaderClassName
{
color: #BFB679;
}
.AnyTagClassName
{
color: #BFB679;
}
</style>
background-color css
<style>
a { background-color: #BFB679; }
a { background-color: rgb(191,182,121); }
div.DivClassName
{
background-color: #BFB679;
}
.BgClassName
{
background-color: #BFB679;
}
</style>
border-color css
<style>
span { border-color: #BFB679; }
span { border-color: rgb(191,182,121); }
td.TdClassName
{
border-color: #BFB679;
}
.TagClassName
{
border-color: #BFB679;
}
</style>