Shades of Martini #BEA098
Tints of Martini #BEA098
RGB
CMYK
RGB Variations
Color information
#BEA098 (or 0xBEA098) is known color: Martini. HEX triplet: BE, A0 and 98. RGB value is (190,160,152). Sum of RGB (Red+Green+Blue) = 190+160+152=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA098 is #415F67. Grayscale: #A8A8A8. Windows color (decimal): -4284264 or 10002622. OLE color: 10002622.
HSL color Cylindrical-coordinate representation of color #BEA098: hue angle of 12.63º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEA098 is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 152 | - |
| CMYK | 0 | 0.16 | 0.2 | 0.25 |
| HSL | 12.63º | 0.23% | 0.67% | - |
| HSV(B) | 12.63º | 0.2% | 0.75% | - |
| XYZ | 39.47 | 38.36 | 35.03 | - |
| YUV | 168.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 152 | 0 | 0.16 | 0.2 | 0.25 | 12.63 | 0.23 | 0.67 |
| Hex | BE | A0 | 98 | 0 | 10 | 14 | 19 | D | 17 | 43 |
| Octal | 276 | 240 | 230 | 0 | 20 | 24 | 31 | 15 | 27 | 103 |
| Binary | 10111110 | 10100000 | 10011000 | 0 | 10000 | 10100 | 11001 | 1101 | 10111 | 1000011 |
Color Harmonies of #BEA098
Complementary color
Monochromatic Colors of #BEA098
Black with #BEA098
Text Example
Text Example
White with #BEA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA098; }
p { color: rgb(190,160,152); }
H1.HeaderClassName
{
color: #BEA098;
}
.AnyTagClassName
{
color: #BEA098;
}
</style>
background-color css
<style>
a { background-color: #BEA098; }
a { background-color: rgb(190,160,152); }
div.DivClassName
{
background-color: #BEA098;
}
.BgClassName
{
background-color: #BEA098;
}
</style>
border-color css
<style>
span { border-color: #BEA098; }
span { border-color: rgb(190,160,152); }
td.TdClassName
{
border-color: #BEA098;
}
.TagClassName
{
border-color: #BEA098;
}
</style>