Shades of Martini #BFAAA3
Tints of Martini #BFAAA3
RGB
CMYK
RGB Variations
Color information
#BFAAA3 (or 0xBFAAA3) is known color: Martini. HEX triplet: BF, AA and A3. RGB value is (191,170,163). Sum of RGB (Red+Green+Blue) = 191+170+163=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAA3 is #40555C. Grayscale: #AFAFAF. Windows color (decimal): -4216157 or 10726079. OLE color: 10726079.
HSL color Cylindrical-coordinate representation of color #BFAAA3: hue angle of 15º 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 #BFAAA3 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 163 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.25 |
| HSL | 15º | 0.18% | 0.69% | - |
| HSV(B) | 15º | 0.15% | 0.75% | - |
| XYZ | 42.47 | 42.47 | 40.61 | - |
| YUV | 175.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 163 | 0 | 0.11 | 0.15 | 0.25 | 15 | 0.18 | 0.69 |
| Hex | BF | AA | A3 | 0 | B | F | 19 | F | 12 | 45 |
| Octal | 277 | 252 | 243 | 0 | 13 | 17 | 31 | 17 | 22 | 105 |
| Binary | 10111111 | 10101010 | 10100011 | 0 | 1011 | 1111 | 11001 | 1111 | 10010 | 1000101 |
Color Harmonies of #BFAAA3
Complementary color
Monochromatic Colors of #BFAAA3
Black with #BFAAA3
Text Example
Text Example
White with #BFAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAA3; }
p { color: rgb(191,170,163); }
H1.HeaderClassName
{
color: #BFAAA3;
}
.AnyTagClassName
{
color: #BFAAA3;
}
</style>
background-color css
<style>
a { background-color: #BFAAA3; }
a { background-color: rgb(191,170,163); }
div.DivClassName
{
background-color: #BFAAA3;
}
.BgClassName
{
background-color: #BFAAA3;
}
</style>
border-color css
<style>
span { border-color: #BFAAA3; }
span { border-color: rgb(191,170,163); }
td.TdClassName
{
border-color: #BFAAA3;
}
.TagClassName
{
border-color: #BFAAA3;
}
</style>