Shades of Martini #BFA7A0
Tints of Martini #BFA7A0
RGB
CMYK
RGB Variations
Color information
#BFA7A0 (or 0xBFA7A0) is known color: Martini. HEX triplet: BF, A7 and A0. RGB value is (191,167,160). Sum of RGB (Red+Green+Blue) = 191+167+160=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA7A0 is #40585F. Grayscale: #ADADAD. Windows color (decimal): -4216928 or 10528703. OLE color: 10528703.
HSL color Cylindrical-coordinate representation of color #BFA7A0: hue angle of 13.55º 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 #BFA7A0 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 160 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.25 |
| HSL | 13.55º | 0.19% | 0.69% | - |
| HSV(B) | 13.55º | 0.16% | 0.75% | - |
| XYZ | 41.65 | 41.25 | 39.02 | - |
| YUV | 173.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 160 | 0 | 0.13 | 0.16 | 0.25 | 13.55 | 0.19 | 0.69 |
| Hex | BF | A7 | A0 | 0 | D | 10 | 19 | E | 13 | 45 |
| Octal | 277 | 247 | 240 | 0 | 15 | 20 | 31 | 16 | 23 | 105 |
| Binary | 10111111 | 10100111 | 10100000 | 0 | 1101 | 10000 | 11001 | 1110 | 10011 | 1000101 |
Color Harmonies of #BFA7A0
Complementary color
Monochromatic Colors of #BFA7A0
Black with #BFA7A0
Text Example
Text Example
White with #BFA7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA7A0; }
p { color: rgb(191,167,160); }
H1.HeaderClassName
{
color: #BFA7A0;
}
.AnyTagClassName
{
color: #BFA7A0;
}
</style>
background-color css
<style>
a { background-color: #BFA7A0; }
a { background-color: rgb(191,167,160); }
div.DivClassName
{
background-color: #BFA7A0;
}
.BgClassName
{
background-color: #BFA7A0;
}
</style>
border-color css
<style>
span { border-color: #BFA7A0; }
span { border-color: rgb(191,167,160); }
td.TdClassName
{
border-color: #BFA7A0;
}
.TagClassName
{
border-color: #BFA7A0;
}
</style>