Shades of Ecru #BFAB7B
Tints of Ecru #BFAB7B
RGB
CMYK
RGB Variations
Color information
#BFAB7B (or 0xBFAB7B) is known color: Ecru. HEX triplet: BF, AB and 7B. RGB value is (191,171,123). Sum of RGB (Red+Green+Blue) = 191+171+123=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB7B is #405484. Grayscale: #ABABAB. Windows color (decimal): -4215941 or 8104895. OLE color: 8104895.
HSL color Cylindrical-coordinate representation of color #BFAB7B: hue angle of 42.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFAB7B is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 123 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.25 |
| HSL | 42.35º | 0.35% | 0.62% | - |
| HSV(B) | 42.35º | 0.36% | 0.75% | - |
| XYZ | 39.62 | 41.63 | 24.69 | - |
| YUV | 171.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 123 | 0 | 0.10 | 0.36 | 0.25 | 42.35 | 0.35 | 0.62 |
| Hex | BF | AB | 7B | 0 | A | 24 | 19 | 2A | 23 | 3E |
| Octal | 277 | 253 | 173 | 0 | 12 | 44 | 31 | 52 | 43 | 76 |
| Binary | 10111111 | 10101011 | 1111011 | 0 | 1010 | 100100 | 11001 | 101010 | 100011 | 111110 |
Color Harmonies of #BFAB7B
Complementary color
Monochromatic Colors of #BFAB7B
Black with #BFAB7B
Text Example
Text Example
White with #BFAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB7B; }
p { color: rgb(191,171,123); }
H1.HeaderClassName
{
color: #BFAB7B;
}
.AnyTagClassName
{
color: #BFAB7B;
}
</style>
background-color css
<style>
a { background-color: #BFAB7B; }
a { background-color: rgb(191,171,123); }
div.DivClassName
{
background-color: #BFAB7B;
}
.BgClassName
{
background-color: #BFAB7B;
}
</style>
border-color css
<style>
span { border-color: #BFAB7B; }
span { border-color: rgb(191,171,123); }
td.TdClassName
{
border-color: #BFAB7B;
}
.TagClassName
{
border-color: #BFAB7B;
}
</style>