Shades of Martini #BFA5A3
Tints of Martini #BFA5A3
RGB
CMYK
RGB Variations
Color information
#BFA5A3 (or 0xBFA5A3) is known color: Martini. HEX triplet: BF, A5 and A3. RGB value is (191,165,163). Sum of RGB (Red+Green+Blue) = 191+165+163=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA5A3 is #405A5C. Grayscale: #ACACAC. Windows color (decimal): -4217437 or 10724799. OLE color: 10724799.
HSL color Cylindrical-coordinate representation of color #BFA5A3: hue angle of 4.29º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFA5A3 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 163 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.25 |
| HSL | 4.29º | 0.18% | 0.69% | - |
| HSV(B) | 4.29º | 0.15% | 0.75% | - |
| XYZ | 41.55 | 40.63 | 40.3 | - |
| YUV | 172.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 163 | 0 | 0.14 | 0.15 | 0.25 | 4.29 | 0.18 | 0.69 |
| Hex | BF | A5 | A3 | 0 | E | F | 19 | 4 | 12 | 45 |
| Octal | 277 | 245 | 243 | 0 | 16 | 17 | 31 | 4 | 22 | 105 |
| Binary | 10111111 | 10100101 | 10100011 | 0 | 1110 | 1111 | 11001 | 100 | 10010 | 1000101 |
Color Harmonies of #BFA5A3
Complementary color
Monochromatic Colors of #BFA5A3
Black with #BFA5A3
Text Example
Text Example
White with #BFA5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5A3; }
p { color: rgb(191,165,163); }
H1.HeaderClassName
{
color: #BFA5A3;
}
.AnyTagClassName
{
color: #BFA5A3;
}
</style>
background-color css
<style>
a { background-color: #BFA5A3; }
a { background-color: rgb(191,165,163); }
div.DivClassName
{
background-color: #BFA5A3;
}
.BgClassName
{
background-color: #BFA5A3;
}
</style>
border-color css
<style>
span { border-color: #BFA5A3; }
span { border-color: rgb(191,165,163); }
td.TdClassName
{
border-color: #BFA5A3;
}
.TagClassName
{
border-color: #BFA5A3;
}
</style>