Shades of Martini #BEA398
Tints of Martini #BEA398
RGB
CMYK
RGB Variations
Color information
#BEA398 (or 0xBEA398) is known color: Martini. HEX triplet: BE, A3 and 98. RGB value is (190,163,152). Sum of RGB (Red+Green+Blue) = 190+163+152=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA398 is #415C67. Grayscale: #A9A9A9. Windows color (decimal): -4283496 or 10003390. OLE color: 10003390.
HSL color Cylindrical-coordinate representation of color #BEA398: hue angle of 17.37º 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 #BEA398 is Cyan = 0, Magento = 0.14, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 152 | - |
| CMYK | 0 | 0.14 | 0.2 | 0.25 |
| HSL | 17.37º | 0.23% | 0.67% | - |
| HSV(B) | 17.37º | 0.2% | 0.75% | - |
| XYZ | 40 | 39.41 | 35.2 | - |
| YUV | 169.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 152 | 0 | 0.14 | 0.2 | 0.25 | 17.37 | 0.23 | 0.67 |
| Hex | BE | A3 | 98 | 0 | E | 14 | 19 | 11 | 17 | 43 |
| Octal | 276 | 243 | 230 | 0 | 16 | 24 | 31 | 21 | 27 | 103 |
| Binary | 10111110 | 10100011 | 10011000 | 0 | 1110 | 10100 | 11001 | 10001 | 10111 | 1000011 |
Color Harmonies of #BEA398
Complementary color
Monochromatic Colors of #BEA398
Black with #BEA398
Text Example
Text Example
White with #BEA398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA398; }
p { color: rgb(190,163,152); }
H1.HeaderClassName
{
color: #BEA398;
}
.AnyTagClassName
{
color: #BEA398;
}
</style>
background-color css
<style>
a { background-color: #BEA398; }
a { background-color: rgb(190,163,152); }
div.DivClassName
{
background-color: #BEA398;
}
.BgClassName
{
background-color: #BEA398;
}
</style>
border-color css
<style>
span { border-color: #BEA398; }
span { border-color: rgb(190,163,152); }
td.TdClassName
{
border-color: #BEA398;
}
.TagClassName
{
border-color: #BEA398;
}
</style>