Shades of Martini #BEA8A6
Tints of Martini #BEA8A6
RGB
CMYK
RGB Variations
Color information
#BEA8A6 (or 0xBEA8A6) is known color: Martini. HEX triplet: BE, A8 and A6. RGB value is (190,168,166). Sum of RGB (Red+Green+Blue) = 190+168+166=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8A6 is #415759. Grayscale: #AEAEAE. Windows color (decimal): -4282202 or 10922174. OLE color: 10922174.
HSL color Cylindrical-coordinate representation of color #BEA8A6: hue angle of 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 #BEA8A6 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 166 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.25 |
| HSL | 5º | 0.16% | 0.7% | - |
| HSV(B) | 5º | 0.13% | 0.75% | - |
| XYZ | 42.12 | 41.71 | 41.91 | - |
| YUV | 174.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 166 | 0 | 0.12 | 0.13 | 0.25 | 5 | 0.16 | 0.7 |
| Hex | BE | A8 | A6 | 0 | C | D | 19 | 5 | 10 | 46 |
| Octal | 276 | 250 | 246 | 0 | 14 | 15 | 31 | 5 | 20 | 106 |
| Binary | 10111110 | 10101000 | 10100110 | 0 | 1100 | 1101 | 11001 | 101 | 10000 | 1000110 |
Color Harmonies of #BEA8A6
Complementary color
Monochromatic Colors of #BEA8A6
Black with #BEA8A6
Text Example
Text Example
White with #BEA8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8A6; }
p { color: rgb(190,168,166); }
H1.HeaderClassName
{
color: #BEA8A6;
}
.AnyTagClassName
{
color: #BEA8A6;
}
</style>
background-color css
<style>
a { background-color: #BEA8A6; }
a { background-color: rgb(190,168,166); }
div.DivClassName
{
background-color: #BEA8A6;
}
.BgClassName
{
background-color: #BEA8A6;
}
</style>
border-color css
<style>
span { border-color: #BEA8A6; }
span { border-color: rgb(190,168,166); }
td.TdClassName
{
border-color: #BEA8A6;
}
.TagClassName
{
border-color: #BEA8A6;
}
</style>