Shades of Martini #BFAAA4
Tints of Martini #BFAAA4
RGB
CMYK
RGB Variations
Color information
#BFAAA4 (or 0xBFAAA4) is known color: Martini. HEX triplet: BF, AA and A4. RGB value is (191,170,164). Sum of RGB (Red+Green+Blue) = 191+170+164=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAA4 is #40555B. Grayscale: #AFAFAF. Windows color (decimal): -4216156 or 10791615. OLE color: 10791615.
HSL color Cylindrical-coordinate representation of color #BFAAA4: hue angle of 13.33º 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 #BFAAA4 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 164 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.25 |
| HSL | 13.33º | 0.17% | 0.7% | - |
| HSV(B) | 13.33º | 0.14% | 0.75% | - |
| XYZ | 42.56 | 42.51 | 41.08 | - |
| YUV | 175.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 164 | 0 | 0.11 | 0.14 | 0.25 | 13.33 | 0.17 | 0.7 |
| Hex | BF | AA | A4 | 0 | B | E | 19 | D | 11 | 46 |
| Octal | 277 | 252 | 244 | 0 | 13 | 16 | 31 | 15 | 21 | 106 |
| Binary | 10111111 | 10101010 | 10100100 | 0 | 1011 | 1110 | 11001 | 1101 | 10001 | 1000110 |
Color Harmonies of #BFAAA4
Complementary color
Monochromatic Colors of #BFAAA4
Black with #BFAAA4
Text Example
Text Example
White with #BFAAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAA4; }
p { color: rgb(191,170,164); }
H1.HeaderClassName
{
color: #BFAAA4;
}
.AnyTagClassName
{
color: #BFAAA4;
}
</style>
background-color css
<style>
a { background-color: #BFAAA4; }
a { background-color: rgb(191,170,164); }
div.DivClassName
{
background-color: #BFAAA4;
}
.BgClassName
{
background-color: #BFAAA4;
}
</style>
border-color css
<style>
span { border-color: #BFAAA4; }
span { border-color: rgb(191,170,164); }
td.TdClassName
{
border-color: #BFAAA4;
}
.TagClassName
{
border-color: #BFAAA4;
}
</style>