Shades of Martini #BEADA6
Tints of Martini #BEADA6
RGB
CMYK
RGB Variations
Color information
#BEADA6 (or 0xBEADA6) is known color: Martini. HEX triplet: BE, AD and A6. RGB value is (190,173,166). Sum of RGB (Red+Green+Blue) = 190+173+166=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADA6 is #415259. Grayscale: #B1B1B1. Windows color (decimal): -4280922 or 10923454. OLE color: 10923454.
HSL color Cylindrical-coordinate representation of color #BEADA6: hue angle of 17.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEADA6 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 166 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.25 |
| HSL | 17.5º | 0.16% | 0.7% | - |
| HSV(B) | 17.5º | 0.13% | 0.75% | - |
| XYZ | 43.06 | 43.59 | 42.22 | - |
| YUV | 177.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 166 | 0 | 0.09 | 0.13 | 0.25 | 17.5 | 0.16 | 0.7 |
| Hex | BE | AD | A6 | 0 | 9 | D | 19 | 12 | 10 | 46 |
| Octal | 276 | 255 | 246 | 0 | 11 | 15 | 31 | 22 | 20 | 106 |
| Binary | 10111110 | 10101101 | 10100110 | 0 | 1001 | 1101 | 11001 | 10010 | 10000 | 1000110 |
Color Harmonies of #BEADA6
Complementary color
Monochromatic Colors of #BEADA6
Black with #BEADA6
Text Example
Text Example
White with #BEADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADA6; }
p { color: rgb(190,173,166); }
H1.HeaderClassName
{
color: #BEADA6;
}
.AnyTagClassName
{
color: #BEADA6;
}
</style>
background-color css
<style>
a { background-color: #BEADA6; }
a { background-color: rgb(190,173,166); }
div.DivClassName
{
background-color: #BEADA6;
}
.BgClassName
{
background-color: #BEADA6;
}
</style>
border-color css
<style>
span { border-color: #BEADA6; }
span { border-color: rgb(190,173,166); }
td.TdClassName
{
border-color: #BEADA6;
}
.TagClassName
{
border-color: #BEADA6;
}
</style>