Shades of Ecru #BFB485
Tints of Ecru #BFB485
RGB
CMYK
RGB Variations
Color information
#BFB485 (or 0xBFB485) is known color: Ecru. HEX triplet: BF, B4 and 85. RGB value is (191,180,133). Sum of RGB (Red+Green+Blue) = 191+180+133=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB485 is #404B7A. Grayscale: #B2B2B2. Windows color (decimal): -4213627 or 8762559. OLE color: 8762559.
HSL color Cylindrical-coordinate representation of color #BFB485: hue angle of 48.62º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB485 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 133 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.25 |
| HSL | 48.62º | 0.31% | 0.64% | - |
| HSV(B) | 48.62º | 0.3% | 0.75% | - |
| XYZ | 42.04 | 45.41 | 28.74 | - |
| YUV | 177.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 133 | 0 | 0.06 | 0.30 | 0.25 | 48.62 | 0.31 | 0.64 |
| Hex | BF | B4 | 85 | 0 | 6 | 1E | 19 | 31 | 1F | 40 |
| Octal | 277 | 264 | 205 | 0 | 6 | 36 | 31 | 61 | 37 | 100 |
| Binary | 10111111 | 10110100 | 10000101 | 0 | 110 | 11110 | 11001 | 110001 | 11111 | 1000000 |
Color Harmonies of #BFB485
Complementary color
Monochromatic Colors of #BFB485
Black with #BFB485
Text Example
Text Example
White with #BFB485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB485; }
p { color: rgb(191,180,133); }
H1.HeaderClassName
{
color: #BFB485;
}
.AnyTagClassName
{
color: #BFB485;
}
</style>
background-color css
<style>
a { background-color: #BFB485; }
a { background-color: rgb(191,180,133); }
div.DivClassName
{
background-color: #BFB485;
}
.BgClassName
{
background-color: #BFB485;
}
</style>
border-color css
<style>
span { border-color: #BFB485; }
span { border-color: rgb(191,180,133); }
td.TdClassName
{
border-color: #BFB485;
}
.TagClassName
{
border-color: #BFB485;
}
</style>