Shades of Martini #BFADA4
Tints of Martini #BFADA4
RGB
CMYK
RGB Variations
Color information
#BFADA4 (or 0xBFADA4) is known color: Martini. HEX triplet: BF, AD and A4. RGB value is (191,173,164). Sum of RGB (Red+Green+Blue) = 191+173+164=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFADA4 is #40525B. Grayscale: #B1B1B1. Windows color (decimal): -4215388 or 10792383. OLE color: 10792383.
HSL color Cylindrical-coordinate representation of color #BFADA4: hue angle of 20º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFADA4 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 164 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.25 |
| HSL | 20º | 0.17% | 0.7% | - |
| HSV(B) | 20º | 0.14% | 0.75% | - |
| XYZ | 43.13 | 43.64 | 41.27 | - |
| YUV | 177.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 164 | 0 | 0.09 | 0.14 | 0.25 | 20 | 0.17 | 0.7 |
| Hex | BF | AD | A4 | 0 | 9 | E | 19 | 14 | 11 | 46 |
| Octal | 277 | 255 | 244 | 0 | 11 | 16 | 31 | 24 | 21 | 106 |
| Binary | 10111111 | 10101101 | 10100100 | 0 | 1001 | 1110 | 11001 | 10100 | 10001 | 1000110 |
Color Harmonies of #BFADA4
Complementary color
Monochromatic Colors of #BFADA4
Black with #BFADA4
Text Example
Text Example
White with #BFADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADA4; }
p { color: rgb(191,173,164); }
H1.HeaderClassName
{
color: #BFADA4;
}
.AnyTagClassName
{
color: #BFADA4;
}
</style>
background-color css
<style>
a { background-color: #BFADA4; }
a { background-color: rgb(191,173,164); }
div.DivClassName
{
background-color: #BFADA4;
}
.BgClassName
{
background-color: #BFADA4;
}
</style>
border-color css
<style>
span { border-color: #BFADA4; }
span { border-color: rgb(191,173,164); }
td.TdClassName
{
border-color: #BFADA4;
}
.TagClassName
{
border-color: #BFADA4;
}
</style>