Shades of Ecru #BFB281
Tints of Ecru #BFB281
RGB
CMYK
RGB Variations
Color information
#BFB281 (or 0xBFB281) is known color: Ecru. HEX triplet: BF, B2 and 81. RGB value is (191,178,129). Sum of RGB (Red+Green+Blue) = 191+178+129=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB281 is #404D7E. Grayscale: #B0B0B0. Windows color (decimal): -4214143 or 8499903. OLE color: 8499903.
HSL color Cylindrical-coordinate representation of color #BFB281: hue angle of 47.42º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFB281 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 129 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.25 |
| HSL | 47.42º | 0.33% | 0.63% | - |
| HSV(B) | 47.42º | 0.32% | 0.75% | - |
| XYZ | 41.37 | 44.5 | 27.18 | - |
| YUV | 176.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 129 | 0 | 0.07 | 0.32 | 0.25 | 47.42 | 0.33 | 0.63 |
| Hex | BF | B2 | 81 | 0 | 7 | 20 | 19 | 2F | 21 | 3F |
| Octal | 277 | 262 | 201 | 0 | 7 | 40 | 31 | 57 | 41 | 77 |
| Binary | 10111111 | 10110010 | 10000001 | 0 | 111 | 100000 | 11001 | 101111 | 100001 | 111111 |
Color Harmonies of #BFB281
Complementary color
Monochromatic Colors of #BFB281
Black with #BFB281
Text Example
Text Example
White with #BFB281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB281; }
p { color: rgb(191,178,129); }
H1.HeaderClassName
{
color: #BFB281;
}
.AnyTagClassName
{
color: #BFB281;
}
</style>
background-color css
<style>
a { background-color: #BFB281; }
a { background-color: rgb(191,178,129); }
div.DivClassName
{
background-color: #BFB281;
}
.BgClassName
{
background-color: #BFB281;
}
</style>
border-color css
<style>
span { border-color: #BFB281; }
span { border-color: rgb(191,178,129); }
td.TdClassName
{
border-color: #BFB281;
}
.TagClassName
{
border-color: #BFB281;
}
</style>