Shades of Martini #BFA4A0
Tints of Martini #BFA4A0
RGB
CMYK
RGB Variations
Color information
#BFA4A0 (or 0xBFA4A0) is known color: Martini. HEX triplet: BF, A4 and A0. RGB value is (191,164,160). Sum of RGB (Red+Green+Blue) = 191+164+160=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA4A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA4A0 is #405B5F. Grayscale: #ABABAB. Windows color (decimal): -4217696 or 10527935. OLE color: 10527935.
HSL color Cylindrical-coordinate representation of color #BFA4A0: hue angle of 7.74º 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 #BFA4A0 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 160 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.25 |
| HSL | 7.74º | 0.19% | 0.69% | - |
| HSV(B) | 7.74º | 0.16% | 0.75% | - |
| XYZ | 41.11 | 40.17 | 38.84 | - |
| YUV | 171.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 160 | 0 | 0.14 | 0.16 | 0.25 | 7.74 | 0.19 | 0.69 |
| Hex | BF | A4 | A0 | 0 | E | 10 | 19 | 8 | 13 | 45 |
| Octal | 277 | 244 | 240 | 0 | 16 | 20 | 31 | 10 | 23 | 105 |
| Binary | 10111111 | 10100100 | 10100000 | 0 | 1110 | 10000 | 11001 | 1000 | 10011 | 1000101 |
Color Harmonies of #BFA4A0
Complementary color
Monochromatic Colors of #BFA4A0
Black with #BFA4A0
Text Example
Text Example
White with #BFA4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA4A0; }
p { color: rgb(191,164,160); }
H1.HeaderClassName
{
color: #BFA4A0;
}
.AnyTagClassName
{
color: #BFA4A0;
}
</style>
background-color css
<style>
a { background-color: #BFA4A0; }
a { background-color: rgb(191,164,160); }
div.DivClassName
{
background-color: #BFA4A0;
}
.BgClassName
{
background-color: #BFA4A0;
}
</style>
border-color css
<style>
span { border-color: #BFA4A0; }
span { border-color: rgb(191,164,160); }
td.TdClassName
{
border-color: #BFA4A0;
}
.TagClassName
{
border-color: #BFA4A0;
}
</style>