Shades of Martini #BFACA7
Tints of Martini #BFACA7
RGB
CMYK
RGB Variations
Color information
#BFACA7 (or 0xBFACA7) is known color: Martini. HEX triplet: BF, AC and A7. RGB value is (191,172,167). Sum of RGB (Red+Green+Blue) = 191+172+167=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFACA7 is #405358. Grayscale: #B1B1B1. Windows color (decimal): -4215641 or 10988735. OLE color: 10988735.
HSL color Cylindrical-coordinate representation of color #BFACA7: hue angle of 12.5º 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 #BFACA7 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 167 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.25 |
| HSL | 12.5º | 0.16% | 0.7% | - |
| HSV(B) | 12.5º | 0.13% | 0.75% | - |
| XYZ | 43.21 | 43.37 | 42.65 | - |
| YUV | 177.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 167 | 0 | 0.10 | 0.13 | 0.25 | 12.5 | 0.16 | 0.7 |
| Hex | BF | AC | A7 | 0 | A | D | 19 | C | 10 | 46 |
| Octal | 277 | 254 | 247 | 0 | 12 | 15 | 31 | 14 | 20 | 106 |
| Binary | 10111111 | 10101100 | 10100111 | 0 | 1010 | 1101 | 11001 | 1100 | 10000 | 1000110 |
Color Harmonies of #BFACA7
Complementary color
Monochromatic Colors of #BFACA7
Black with #BFACA7
Text Example
Text Example
White with #BFACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACA7; }
p { color: rgb(191,172,167); }
H1.HeaderClassName
{
color: #BFACA7;
}
.AnyTagClassName
{
color: #BFACA7;
}
</style>
background-color css
<style>
a { background-color: #BFACA7; }
a { background-color: rgb(191,172,167); }
div.DivClassName
{
background-color: #BFACA7;
}
.BgClassName
{
background-color: #BFACA7;
}
</style>
border-color css
<style>
span { border-color: #BFACA7; }
span { border-color: rgb(191,172,167); }
td.TdClassName
{
border-color: #BFACA7;
}
.TagClassName
{
border-color: #BFACA7;
}
</style>