Shades of Martini #BFACA4
Tints of Martini #BFACA4
RGB
CMYK
RGB Variations
Color information
#BFACA4 (or 0xBFACA4) is known color: Martini. HEX triplet: BF, AC and A4. RGB value is (191,172,164). Sum of RGB (Red+Green+Blue) = 191+172+164=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFACA4 is #40535B. Grayscale: #B0B0B0. Windows color (decimal): -4215644 or 10792127. OLE color: 10792127.
HSL color Cylindrical-coordinate representation of color #BFACA4: hue angle of 17.78º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFACA4 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 164 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.25 |
| HSL | 17.78º | 0.17% | 0.7% | - |
| HSV(B) | 17.78º | 0.14% | 0.75% | - |
| XYZ | 42.94 | 43.26 | 41.21 | - |
| YUV | 176.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 164 | 0 | 0.10 | 0.14 | 0.25 | 17.78 | 0.17 | 0.7 |
| Hex | BF | AC | A4 | 0 | A | E | 19 | 12 | 11 | 46 |
| Octal | 277 | 254 | 244 | 0 | 12 | 16 | 31 | 22 | 21 | 106 |
| Binary | 10111111 | 10101100 | 10100100 | 0 | 1010 | 1110 | 11001 | 10010 | 10001 | 1000110 |
Color Harmonies of #BFACA4
Complementary color
Monochromatic Colors of #BFACA4
Black with #BFACA4
Text Example
Text Example
White with #BFACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACA4; }
p { color: rgb(191,172,164); }
H1.HeaderClassName
{
color: #BFACA4;
}
.AnyTagClassName
{
color: #BFACA4;
}
</style>
background-color css
<style>
a { background-color: #BFACA4; }
a { background-color: rgb(191,172,164); }
div.DivClassName
{
background-color: #BFACA4;
}
.BgClassName
{
background-color: #BFACA4;
}
</style>
border-color css
<style>
span { border-color: #BFACA4; }
span { border-color: rgb(191,172,164); }
td.TdClassName
{
border-color: #BFACA4;
}
.TagClassName
{
border-color: #BFACA4;
}
</style>