Shades of Martini #BEAAA6
Tints of Martini #BEAAA6
RGB
CMYK
RGB Variations
Color information
#BEAAA6 (or 0xBEAAA6) is known color: Martini. HEX triplet: BE, AA and A6. RGB value is (190,170,166). Sum of RGB (Red+Green+Blue) = 190+170+166=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAA6 is #415559. Grayscale: #AFAFAF. Windows color (decimal): -4281690 or 10922686. OLE color: 10922686.
HSL color Cylindrical-coordinate representation of color #BEAAA6: hue angle of 10º 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 #BEAAA6 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 166 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.25 |
| HSL | 10º | 0.16% | 0.7% | - |
| HSV(B) | 10º | 0.13% | 0.75% | - |
| XYZ | 42.49 | 42.45 | 42.03 | - |
| YUV | 175.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 166 | 0 | 0.11 | 0.13 | 0.25 | 10 | 0.16 | 0.7 |
| Hex | BE | AA | A6 | 0 | B | D | 19 | A | 10 | 46 |
| Octal | 276 | 252 | 246 | 0 | 13 | 15 | 31 | 12 | 20 | 106 |
| Binary | 10111110 | 10101010 | 10100110 | 0 | 1011 | 1101 | 11001 | 1010 | 10000 | 1000110 |
Color Harmonies of #BEAAA6
Complementary color
Monochromatic Colors of #BEAAA6
Black with #BEAAA6
Text Example
Text Example
White with #BEAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAA6; }
p { color: rgb(190,170,166); }
H1.HeaderClassName
{
color: #BEAAA6;
}
.AnyTagClassName
{
color: #BEAAA6;
}
</style>
background-color css
<style>
a { background-color: #BEAAA6; }
a { background-color: rgb(190,170,166); }
div.DivClassName
{
background-color: #BEAAA6;
}
.BgClassName
{
background-color: #BEAAA6;
}
</style>
border-color css
<style>
span { border-color: #BEAAA6; }
span { border-color: rgb(190,170,166); }
td.TdClassName
{
border-color: #BEAAA6;
}
.TagClassName
{
border-color: #BEAAA6;
}
</style>