Shades of Martini #BFACA8
Tints of Martini #BFACA8
RGB
CMYK
RGB Variations
Color information
#BFACA8 (or 0xBFACA8) is known color: Martini. HEX triplet: BF, AC and A8. RGB value is (191,172,168). Sum of RGB (Red+Green+Blue) = 191+172+168=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFACA8 is #405357. Grayscale: #B1B1B1. Windows color (decimal): -4215640 or 11054271. OLE color: 11054271.
HSL color Cylindrical-coordinate representation of color #BFACA8: hue angle of 10.43º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFACA8 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 168 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.25 |
| HSL | 10.43º | 0.15% | 0.7% | - |
| HSV(B) | 10.43º | 0.12% | 0.75% | - |
| XYZ | 43.31 | 43.41 | 43.14 | - |
| YUV | 177.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 168 | 0 | 0.10 | 0.12 | 0.25 | 10.43 | 0.15 | 0.7 |
| Hex | BF | AC | A8 | 0 | A | C | 19 | A | F | 46 |
| Octal | 277 | 254 | 250 | 0 | 12 | 14 | 31 | 12 | 17 | 106 |
| Binary | 10111111 | 10101100 | 10101000 | 0 | 1010 | 1100 | 11001 | 1010 | 1111 | 1000110 |
Color Harmonies of #BFACA8
Complementary color
Monochromatic Colors of #BFACA8
Black with #BFACA8
Text Example
Text Example
White with #BFACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACA8; }
p { color: rgb(191,172,168); }
H1.HeaderClassName
{
color: #BFACA8;
}
.AnyTagClassName
{
color: #BFACA8;
}
</style>
background-color css
<style>
a { background-color: #BFACA8; }
a { background-color: rgb(191,172,168); }
div.DivClassName
{
background-color: #BFACA8;
}
.BgClassName
{
background-color: #BFACA8;
}
</style>
border-color css
<style>
span { border-color: #BFACA8; }
span { border-color: rgb(191,172,168); }
td.TdClassName
{
border-color: #BFACA8;
}
.TagClassName
{
border-color: #BFACA8;
}
</style>