Shades of Ecru #BFB484
Tints of Ecru #BFB484
RGB
CMYK
RGB Variations
Color information
#BFB484 (or 0xBFB484) is known color: Ecru. HEX triplet: BF, B4 and 84. RGB value is (191,180,132). Sum of RGB (Red+Green+Blue) = 191+180+132=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB484 is #404B7B. Grayscale: #B2B2B2. Windows color (decimal): -4213628 or 8697023. OLE color: 8697023.
HSL color Cylindrical-coordinate representation of color #BFB484: hue angle of 48.81º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFB484 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 132 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.25 |
| HSL | 48.81º | 0.32% | 0.63% | - |
| HSV(B) | 48.81º | 0.31% | 0.75% | - |
| XYZ | 41.97 | 45.38 | 28.38 | - |
| YUV | 177.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 132 | 0 | 0.06 | 0.31 | 0.25 | 48.81 | 0.32 | 0.63 |
| Hex | BF | B4 | 84 | 0 | 6 | 1F | 19 | 31 | 20 | 3F |
| Octal | 277 | 264 | 204 | 0 | 6 | 37 | 31 | 61 | 40 | 77 |
| Binary | 10111111 | 10110100 | 10000100 | 0 | 110 | 11111 | 11001 | 110001 | 100000 | 111111 |
Color Harmonies of #BFB484
Complementary color
Monochromatic Colors of #BFB484
Black with #BFB484
Text Example
Text Example
White with #BFB484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB484; }
p { color: rgb(191,180,132); }
H1.HeaderClassName
{
color: #BFB484;
}
.AnyTagClassName
{
color: #BFB484;
}
</style>
background-color css
<style>
a { background-color: #BFB484; }
a { background-color: rgb(191,180,132); }
div.DivClassName
{
background-color: #BFB484;
}
.BgClassName
{
background-color: #BFB484;
}
</style>
border-color css
<style>
span { border-color: #BFB484; }
span { border-color: rgb(191,180,132); }
td.TdClassName
{
border-color: #BFB484;
}
.TagClassName
{
border-color: #BFB484;
}
</style>