Shades of Ecru #BFAB7A
Tints of Ecru #BFAB7A
RGB
CMYK
RGB Variations
Color information
#BFAB7A (or 0xBFAB7A) is known color: Ecru. HEX triplet: BF, AB and 7A. RGB value is (191,171,122). Sum of RGB (Red+Green+Blue) = 191+171+122=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB7A is #405485. Grayscale: #ABABAB. Windows color (decimal): -4215942 or 8039359. OLE color: 8039359.
HSL color Cylindrical-coordinate representation of color #BFAB7A: hue angle of 42.61º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFAB7A is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 122 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.25 |
| HSL | 42.61º | 0.35% | 0.61% | - |
| HSV(B) | 42.61º | 0.36% | 0.75% | - |
| XYZ | 39.56 | 41.61 | 24.36 | - |
| YUV | 171.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 122 | 0 | 0.10 | 0.36 | 0.25 | 42.61 | 0.35 | 0.61 |
| Hex | BF | AB | 7A | 0 | A | 24 | 19 | 2B | 23 | 3D |
| Octal | 277 | 253 | 172 | 0 | 12 | 44 | 31 | 53 | 43 | 75 |
| Binary | 10111111 | 10101011 | 1111010 | 0 | 1010 | 100100 | 11001 | 101011 | 100011 | 111101 |
Color Harmonies of #BFAB7A
Complementary color
Monochromatic Colors of #BFAB7A
Black with #BFAB7A
Text Example
Text Example
White with #BFAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB7A; }
p { color: rgb(191,171,122); }
H1.HeaderClassName
{
color: #BFAB7A;
}
.AnyTagClassName
{
color: #BFAB7A;
}
</style>
background-color css
<style>
a { background-color: #BFAB7A; }
a { background-color: rgb(191,171,122); }
div.DivClassName
{
background-color: #BFAB7A;
}
.BgClassName
{
background-color: #BFAB7A;
}
</style>
border-color css
<style>
span { border-color: #BFAB7A; }
span { border-color: rgb(191,171,122); }
td.TdClassName
{
border-color: #BFAB7A;
}
.TagClassName
{
border-color: #BFAB7A;
}
</style>