Shades of Martini #BFB1AC
Tints of Martini #BFB1AC
RGB
CMYK
RGB Variations
Color information
#BFB1AC (or 0xBFB1AC) is known color: Martini. HEX triplet: BF, B1 and AC. RGB value is (191,177,172). Sum of RGB (Red+Green+Blue) = 191+177+172=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB1AC is #404E53. Grayscale: #B4B4B4. Windows color (decimal): -4214356 or 11317695. OLE color: 11317695.
HSL color Cylindrical-coordinate representation of color #BFB1AC: hue angle of 15.79º degrees, saturation: 0.13, 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 #BFB1AC is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 172 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.25 |
| HSL | 15.79º | 0.13% | 0.71% | - |
| HSV(B) | 15.79º | 0.1% | 0.75% | - |
| XYZ | 44.65 | 45.5 | 45.46 | - |
| YUV | 180.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 172 | 0 | 0.07 | 0.10 | 0.25 | 15.79 | 0.13 | 0.71 |
| Hex | BF | B1 | AC | 0 | 7 | A | 19 | 10 | D | 47 |
| Octal | 277 | 261 | 254 | 0 | 7 | 12 | 31 | 20 | 15 | 107 |
| Binary | 10111111 | 10110001 | 10101100 | 0 | 111 | 1010 | 11001 | 10000 | 1101 | 1000111 |
Color Harmonies of #BFB1AC
Complementary color
Monochromatic Colors of #BFB1AC
Black with #BFB1AC
Text Example
Text Example
White with #BFB1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1AC; }
p { color: rgb(191,177,172); }
H1.HeaderClassName
{
color: #BFB1AC;
}
.AnyTagClassName
{
color: #BFB1AC;
}
</style>
background-color css
<style>
a { background-color: #BFB1AC; }
a { background-color: rgb(191,177,172); }
div.DivClassName
{
background-color: #BFB1AC;
}
.BgClassName
{
background-color: #BFB1AC;
}
</style>
border-color css
<style>
span { border-color: #BFB1AC; }
span { border-color: rgb(191,177,172); }
td.TdClassName
{
border-color: #BFB1AC;
}
.TagClassName
{
border-color: #BFB1AC;
}
</style>