Shades of Martini #BFAFAA
Tints of Martini #BFAFAA
RGB
CMYK
RGB Variations
Color information
#BFAFAA (or 0xBFAFAA) is known color: Martini. HEX triplet: BF, AF and AA. RGB value is (191,175,170). Sum of RGB (Red+Green+Blue) = 191+175+170=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAFAA is #405055. Grayscale: #B3B3B3. Windows color (decimal): -4214870 or 11186111. OLE color: 11186111.
HSL color Cylindrical-coordinate representation of color #BFAFAA: hue angle of 14.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAFAA is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 170 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.25 |
| HSL | 14.29º | 0.14% | 0.71% | - |
| HSV(B) | 14.29º | 0.11% | 0.75% | - |
| XYZ | 44.07 | 44.64 | 44.32 | - |
| YUV | 179.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 170 | 0 | 0.08 | 0.11 | 0.25 | 14.29 | 0.14 | 0.71 |
| Hex | BF | AF | AA | 0 | 8 | B | 19 | E | E | 47 |
| Octal | 277 | 257 | 252 | 0 | 10 | 13 | 31 | 16 | 16 | 107 |
| Binary | 10111111 | 10101111 | 10101010 | 0 | 1000 | 1011 | 11001 | 1110 | 1110 | 1000111 |
Color Harmonies of #BFAFAA
Complementary color
Monochromatic Colors of #BFAFAA
Black with #BFAFAA
Text Example
Text Example
White with #BFAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFAA; }
p { color: rgb(191,175,170); }
H1.HeaderClassName
{
color: #BFAFAA;
}
.AnyTagClassName
{
color: #BFAFAA;
}
</style>
background-color css
<style>
a { background-color: #BFAFAA; }
a { background-color: rgb(191,175,170); }
div.DivClassName
{
background-color: #BFAFAA;
}
.BgClassName
{
background-color: #BFAFAA;
}
</style>
border-color css
<style>
span { border-color: #BFAFAA; }
span { border-color: rgb(191,175,170); }
td.TdClassName
{
border-color: #BFAFAA;
}
.TagClassName
{
border-color: #BFAFAA;
}
</style>