Shades of Martini #BFABA7
Tints of Martini #BFABA7
RGB
CMYK
RGB Variations
Color information
#BFABA7 (or 0xBFABA7) is known color: Martini. HEX triplet: BF, AB and A7. RGB value is (191,171,167). Sum of RGB (Red+Green+Blue) = 191+171+167=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABA7 is #405458. Grayscale: #B0B0B0. Windows color (decimal): -4215897 or 10988479. OLE color: 10988479.
HSL color Cylindrical-coordinate representation of color #BFABA7: hue angle of 10º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFABA7 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 167 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.25 |
| HSL | 10º | 0.16% | 0.7% | - |
| HSV(B) | 10º | 0.13% | 0.75% | - |
| XYZ | 43.02 | 42.99 | 42.59 | - |
| YUV | 176.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 167 | 0 | 0.10 | 0.13 | 0.25 | 10 | 0.16 | 0.7 |
| Hex | BF | AB | A7 | 0 | A | D | 19 | A | 10 | 46 |
| Octal | 277 | 253 | 247 | 0 | 12 | 15 | 31 | 12 | 20 | 106 |
| Binary | 10111111 | 10101011 | 10100111 | 0 | 1010 | 1101 | 11001 | 1010 | 10000 | 1000110 |
Color Harmonies of #BFABA7
Complementary color
Monochromatic Colors of #BFABA7
Black with #BFABA7
Text Example
Text Example
White with #BFABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABA7; }
p { color: rgb(191,171,167); }
H1.HeaderClassName
{
color: #BFABA7;
}
.AnyTagClassName
{
color: #BFABA7;
}
</style>
background-color css
<style>
a { background-color: #BFABA7; }
a { background-color: rgb(191,171,167); }
div.DivClassName
{
background-color: #BFABA7;
}
.BgClassName
{
background-color: #BFABA7;
}
</style>
border-color css
<style>
span { border-color: #BFABA7; }
span { border-color: rgb(191,171,167); }
td.TdClassName
{
border-color: #BFABA7;
}
.TagClassName
{
border-color: #BFABA7;
}
</style>