Shades of Ecru #BFB083
Tints of Ecru #BFB083
RGB
CMYK
RGB Variations
Color information
#BFB083 (or 0xBFB083) is known color: Ecru. HEX triplet: BF, B0 and 83. RGB value is (191,176,131). Sum of RGB (Red+Green+Blue) = 191+176+131=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB083 is #404F7C. Grayscale: #AFAFAF. Windows color (decimal): -4214653 or 8630463. OLE color: 8630463.
HSL color Cylindrical-coordinate representation of color #BFB083: hue angle of 45º 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 #BFB083 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 131 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.25 |
| HSL | 45º | 0.32% | 0.63% | - |
| HSV(B) | 45º | 0.31% | 0.75% | - |
| XYZ | 41.11 | 43.77 | 27.75 | - |
| YUV | 175.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 131 | 0 | 0.08 | 0.31 | 0.25 | 45 | 0.32 | 0.63 |
| Hex | BF | B0 | 83 | 0 | 8 | 1F | 19 | 2D | 20 | 3F |
| Octal | 277 | 260 | 203 | 0 | 10 | 37 | 31 | 55 | 40 | 77 |
| Binary | 10111111 | 10110000 | 10000011 | 0 | 1000 | 11111 | 11001 | 101101 | 100000 | 111111 |
Color Harmonies of #BFB083
Complementary color
Monochromatic Colors of #BFB083
Black with #BFB083
Text Example
Text Example
White with #BFB083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB083; }
p { color: rgb(191,176,131); }
H1.HeaderClassName
{
color: #BFB083;
}
.AnyTagClassName
{
color: #BFB083;
}
</style>
background-color css
<style>
a { background-color: #BFB083; }
a { background-color: rgb(191,176,131); }
div.DivClassName
{
background-color: #BFB083;
}
.BgClassName
{
background-color: #BFB083;
}
</style>
border-color css
<style>
span { border-color: #BFB083; }
span { border-color: rgb(191,176,131); }
td.TdClassName
{
border-color: #BFB083;
}
.TagClassName
{
border-color: #BFB083;
}
</style>