Shades of Martini #BFA4A1
Tints of Martini #BFA4A1
RGB
CMYK
RGB Variations
Color information
#BFA4A1 (or 0xBFA4A1) is known color: Martini. HEX triplet: BF, A4 and A1. RGB value is (191,164,161). Sum of RGB (Red+Green+Blue) = 191+164+161=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA4A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA4A1 is #405B5E. Grayscale: #ABABAB. Windows color (decimal): -4217695 or 10593471. OLE color: 10593471.
HSL color Cylindrical-coordinate representation of color #BFA4A1: hue angle of 6º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA4A1 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 161 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.25 |
| HSL | 6º | 0.19% | 0.69% | - |
| HSV(B) | 6º | 0.16% | 0.75% | - |
| XYZ | 41.19 | 40.2 | 39.31 | - |
| YUV | 171.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 161 | 0 | 0.14 | 0.16 | 0.25 | 6 | 0.19 | 0.69 |
| Hex | BF | A4 | A1 | 0 | E | 10 | 19 | 6 | 13 | 45 |
| Octal | 277 | 244 | 241 | 0 | 16 | 20 | 31 | 6 | 23 | 105 |
| Binary | 10111111 | 10100100 | 10100001 | 0 | 1110 | 10000 | 11001 | 110 | 10011 | 1000101 |
Color Harmonies of #BFA4A1
Complementary color
Monochromatic Colors of #BFA4A1
Black with #BFA4A1
Text Example
Text Example
White with #BFA4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA4A1; }
p { color: rgb(191,164,161); }
H1.HeaderClassName
{
color: #BFA4A1;
}
.AnyTagClassName
{
color: #BFA4A1;
}
</style>
background-color css
<style>
a { background-color: #BFA4A1; }
a { background-color: rgb(191,164,161); }
div.DivClassName
{
background-color: #BFA4A1;
}
.BgClassName
{
background-color: #BFA4A1;
}
</style>
border-color css
<style>
span { border-color: #BFA4A1; }
span { border-color: rgb(191,164,161); }
td.TdClassName
{
border-color: #BFA4A1;
}
.TagClassName
{
border-color: #BFA4A1;
}
</style>