Shades of Ecru #BFB388
Tints of Ecru #BFB388
RGB
CMYK
RGB Variations
Color information
#BFB388 (or 0xBFB388) is known color: Ecru. HEX triplet: BF, B3 and 88. RGB value is (191,179,136). Sum of RGB (Red+Green+Blue) = 191+179+136=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB388 is #404C77. Grayscale: #B1B1B1. Windows color (decimal): -4213880 or 8958911. OLE color: 8958911.
HSL color Cylindrical-coordinate representation of color #BFB388: hue angle of 46.91º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFB388 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 136 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.25 |
| HSL | 46.91º | 0.3% | 0.64% | - |
| HSV(B) | 46.91º | 0.29% | 0.75% | - |
| XYZ | 42.05 | 45.09 | 29.78 | - |
| YUV | 177.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 136 | 0 | 0.06 | 0.29 | 0.25 | 46.91 | 0.3 | 0.64 |
| Hex | BF | B3 | 88 | 0 | 6 | 1D | 19 | 2F | 1E | 40 |
| Octal | 277 | 263 | 210 | 0 | 6 | 35 | 31 | 57 | 36 | 100 |
| Binary | 10111111 | 10110011 | 10001000 | 0 | 110 | 11101 | 11001 | 101111 | 11110 | 1000000 |
Color Harmonies of #BFB388
Complementary color
Monochromatic Colors of #BFB388
Black with #BFB388
Text Example
Text Example
White with #BFB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB388; }
p { color: rgb(191,179,136); }
H1.HeaderClassName
{
color: #BFB388;
}
.AnyTagClassName
{
color: #BFB388;
}
</style>
background-color css
<style>
a { background-color: #BFB388; }
a { background-color: rgb(191,179,136); }
div.DivClassName
{
background-color: #BFB388;
}
.BgClassName
{
background-color: #BFB388;
}
</style>
border-color css
<style>
span { border-color: #BFB388; }
span { border-color: rgb(191,179,136); }
td.TdClassName
{
border-color: #BFB388;
}
.TagClassName
{
border-color: #BFB388;
}
</style>