Shades of Ecru #BFAB77
Tints of Ecru #BFAB77
RGB
CMYK
RGB Variations
Color information
#BFAB77 (or 0xBFAB77) is known color: Ecru. HEX triplet: BF, AB and 77. RGB value is (191,171,119). Sum of RGB (Red+Green+Blue) = 191+171+119=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB77 is #405488. Grayscale: #ABABAB. Windows color (decimal): -4215945 or 7842751. OLE color: 7842751.
HSL color Cylindrical-coordinate representation of color #BFAB77: hue angle of 43.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFAB77 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 119 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.25 |
| HSL | 43.33º | 0.36% | 0.61% | - |
| HSV(B) | 43.33º | 0.38% | 0.75% | - |
| XYZ | 39.38 | 41.53 | 23.39 | - |
| YUV | 171.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 119 | 0 | 0.10 | 0.38 | 0.25 | 43.33 | 0.36 | 0.61 |
| Hex | BF | AB | 77 | 0 | A | 26 | 19 | 2B | 24 | 3D |
| Octal | 277 | 253 | 167 | 0 | 12 | 46 | 31 | 53 | 44 | 75 |
| Binary | 10111111 | 10101011 | 1110111 | 0 | 1010 | 100110 | 11001 | 101011 | 100100 | 111101 |
Color Harmonies of #BFAB77
Complementary color
Monochromatic Colors of #BFAB77
Black with #BFAB77
Text Example
Text Example
White with #BFAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB77; }
p { color: rgb(191,171,119); }
H1.HeaderClassName
{
color: #BFAB77;
}
.AnyTagClassName
{
color: #BFAB77;
}
</style>
background-color css
<style>
a { background-color: #BFAB77; }
a { background-color: rgb(191,171,119); }
div.DivClassName
{
background-color: #BFAB77;
}
.BgClassName
{
background-color: #BFAB77;
}
</style>
border-color css
<style>
span { border-color: #BFAB77; }
span { border-color: rgb(191,171,119); }
td.TdClassName
{
border-color: #BFAB77;
}
.TagClassName
{
border-color: #BFAB77;
}
</style>