Shades of Ecru #BFB583
Tints of Ecru #BFB583
RGB
CMYK
RGB Variations
Color information
#BFB583 (or 0xBFB583) is known color: Ecru. HEX triplet: BF, B5 and 83. RGB value is (191,181,131). Sum of RGB (Red+Green+Blue) = 191+181+131=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB583 is #404A7C. Grayscale: #B2B2B2. Windows color (decimal): -4213373 or 8631743. OLE color: 8631743.
HSL color Cylindrical-coordinate representation of color #BFB583: hue angle of 50º 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 #BFB583 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 131 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.25 |
| HSL | 50º | 0.32% | 0.63% | - |
| HSV(B) | 50º | 0.31% | 0.75% | - |
| XYZ | 42.11 | 45.76 | 28.09 | - |
| YUV | 178.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 131 | 0 | 0.05 | 0.31 | 0.25 | 50 | 0.32 | 0.63 |
| Hex | BF | B5 | 83 | 0 | 5 | 1F | 19 | 32 | 20 | 3F |
| Octal | 277 | 265 | 203 | 0 | 5 | 37 | 31 | 62 | 40 | 77 |
| Binary | 10111111 | 10110101 | 10000011 | 0 | 101 | 11111 | 11001 | 110010 | 100000 | 111111 |
Color Harmonies of #BFB583
Complementary color
Monochromatic Colors of #BFB583
Black with #BFB583
Text Example
Text Example
White with #BFB583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB583; }
p { color: rgb(191,181,131); }
H1.HeaderClassName
{
color: #BFB583;
}
.AnyTagClassName
{
color: #BFB583;
}
</style>
background-color css
<style>
a { background-color: #BFB583; }
a { background-color: rgb(191,181,131); }
div.DivClassName
{
background-color: #BFB583;
}
.BgClassName
{
background-color: #BFB583;
}
</style>
border-color css
<style>
span { border-color: #BFB583; }
span { border-color: rgb(191,181,131); }
td.TdClassName
{
border-color: #BFB583;
}
.TagClassName
{
border-color: #BFB583;
}
</style>