Shades of Martini #BFB0AB
Tints of Martini #BFB0AB
RGB
CMYK
RGB Variations
Color information
#BFB0AB (or 0xBFB0AB) is known color: Martini. HEX triplet: BF, B0 and AB. RGB value is (191,176,171). Sum of RGB (Red+Green+Blue) = 191+176+171=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB0AB is #404F54. Grayscale: #B3B3B3. Windows color (decimal): -4214613 or 11251903. OLE color: 11251903.
HSL color Cylindrical-coordinate representation of color #BFB0AB: hue angle of 15º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB0AB is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 171 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.25 |
| HSL | 15º | 0.14% | 0.71% | - |
| HSV(B) | 15º | 0.1% | 0.75% | - |
| XYZ | 44.36 | 45.07 | 44.89 | - |
| YUV | 179.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 171 | 0 | 0.08 | 0.10 | 0.25 | 15 | 0.14 | 0.71 |
| Hex | BF | B0 | AB | 0 | 8 | A | 19 | F | E | 47 |
| Octal | 277 | 260 | 253 | 0 | 10 | 12 | 31 | 17 | 16 | 107 |
| Binary | 10111111 | 10110000 | 10101011 | 0 | 1000 | 1010 | 11001 | 1111 | 1110 | 1000111 |
Color Harmonies of #BFB0AB
Complementary color
Monochromatic Colors of #BFB0AB
Black with #BFB0AB
Text Example
Text Example
White with #BFB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0AB; }
p { color: rgb(191,176,171); }
H1.HeaderClassName
{
color: #BFB0AB;
}
.AnyTagClassName
{
color: #BFB0AB;
}
</style>
background-color css
<style>
a { background-color: #BFB0AB; }
a { background-color: rgb(191,176,171); }
div.DivClassName
{
background-color: #BFB0AB;
}
.BgClassName
{
background-color: #BFB0AB;
}
</style>
border-color css
<style>
span { border-color: #BFB0AB; }
span { border-color: rgb(191,176,171); }
td.TdClassName
{
border-color: #BFB0AB;
}
.TagClassName
{
border-color: #BFB0AB;
}
</style>