Shades of Martini #BEABA6
Tints of Martini #BEABA6
RGB
CMYK
RGB Variations
Color information
#BEABA6 (or 0xBEABA6) is known color: Martini. HEX triplet: BE, AB and A6. RGB value is (190,171,166). Sum of RGB (Red+Green+Blue) = 190+171+166=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA6 is #415459. Grayscale: #B0B0B0. Windows color (decimal): -4281434 or 10922942. OLE color: 10922942.
HSL color Cylindrical-coordinate representation of color #BEABA6: hue angle of 12.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 #BEABA6 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 166 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.25 |
| HSL | 12.5º | 0.16% | 0.7% | - |
| HSV(B) | 12.5º | 0.13% | 0.75% | - |
| XYZ | 42.68 | 42.83 | 42.09 | - |
| YUV | 176.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 166 | 0 | 0.10 | 0.13 | 0.25 | 12.5 | 0.16 | 0.7 |
| Hex | BE | AB | A6 | 0 | A | D | 19 | C | 10 | 46 |
| Octal | 276 | 253 | 246 | 0 | 12 | 15 | 31 | 14 | 20 | 106 |
| Binary | 10111110 | 10101011 | 10100110 | 0 | 1010 | 1101 | 11001 | 1100 | 10000 | 1000110 |
Color Harmonies of #BEABA6
Complementary color
Monochromatic Colors of #BEABA6
Black with #BEABA6
Text Example
Text Example
White with #BEABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABA6; }
p { color: rgb(190,171,166); }
H1.HeaderClassName
{
color: #BEABA6;
}
.AnyTagClassName
{
color: #BEABA6;
}
</style>
background-color css
<style>
a { background-color: #BEABA6; }
a { background-color: rgb(190,171,166); }
div.DivClassName
{
background-color: #BEABA6;
}
.BgClassName
{
background-color: #BEABA6;
}
</style>
border-color css
<style>
span { border-color: #BEABA6; }
span { border-color: rgb(190,171,166); }
td.TdClassName
{
border-color: #BEABA6;
}
.TagClassName
{
border-color: #BEABA6;
}
</style>