Shades of Martini #BFABA4
Tints of Martini #BFABA4
RGB
CMYK
RGB Variations
Color information
#BFABA4 (or 0xBFABA4) is known color: Martini. HEX triplet: BF, AB and A4. RGB value is (191,171,164). Sum of RGB (Red+Green+Blue) = 191+171+164=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABA4 is #40545B. Grayscale: #B0B0B0. Windows color (decimal): -4215900 or 10791871. OLE color: 10791871.
HSL color Cylindrical-coordinate representation of color #BFABA4: hue angle of 15.56º 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 #BFABA4 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 164 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.25 |
| HSL | 15.56º | 0.17% | 0.7% | - |
| HSV(B) | 15.56º | 0.14% | 0.75% | - |
| XYZ | 42.75 | 42.88 | 41.15 | - |
| YUV | 176.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 164 | 0 | 0.10 | 0.14 | 0.25 | 15.56 | 0.17 | 0.7 |
| Hex | BF | AB | A4 | 0 | A | E | 19 | 10 | 11 | 46 |
| Octal | 277 | 253 | 244 | 0 | 12 | 16 | 31 | 20 | 21 | 106 |
| Binary | 10111111 | 10101011 | 10100100 | 0 | 1010 | 1110 | 11001 | 10000 | 10001 | 1000110 |
Color Harmonies of #BFABA4
Complementary color
Monochromatic Colors of #BFABA4
Black with #BFABA4
Text Example
Text Example
White with #BFABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABA4; }
p { color: rgb(191,171,164); }
H1.HeaderClassName
{
color: #BFABA4;
}
.AnyTagClassName
{
color: #BFABA4;
}
</style>
background-color css
<style>
a { background-color: #BFABA4; }
a { background-color: rgb(191,171,164); }
div.DivClassName
{
background-color: #BFABA4;
}
.BgClassName
{
background-color: #BFABA4;
}
</style>
border-color css
<style>
span { border-color: #BFABA4; }
span { border-color: rgb(191,171,164); }
td.TdClassName
{
border-color: #BFABA4;
}
.TagClassName
{
border-color: #BFABA4;
}
</style>