Shades of Martini #BEA397
Tints of Martini #BEA397
RGB
CMYK
RGB Variations
Color information
#BEA397 (or 0xBEA397) is known color: Martini. HEX triplet: BE, A3 and 97. RGB value is (190,163,151). Sum of RGB (Red+Green+Blue) = 190+163+151=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA397 is #415C68. Grayscale: #A9A9A9. Windows color (decimal): -4283497 or 9937854. OLE color: 9937854.
HSL color Cylindrical-coordinate representation of color #BEA397: hue angle of 18.46º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA397 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 151 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.25 |
| HSL | 18.46º | 0.23% | 0.67% | - |
| HSV(B) | 18.46º | 0.21% | 0.75% | - |
| XYZ | 39.92 | 39.38 | 34.77 | - |
| YUV | 169.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 151 | 0 | 0.14 | 0.21 | 0.25 | 18.46 | 0.23 | 0.67 |
| Hex | BE | A3 | 97 | 0 | E | 15 | 19 | 12 | 17 | 43 |
| Octal | 276 | 243 | 227 | 0 | 16 | 25 | 31 | 22 | 27 | 103 |
| Binary | 10111110 | 10100011 | 10010111 | 0 | 1110 | 10101 | 11001 | 10010 | 10111 | 1000011 |
Color Harmonies of #BEA397
Complementary color
Monochromatic Colors of #BEA397
Black with #BEA397
Text Example
Text Example
White with #BEA397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA397; }
p { color: rgb(190,163,151); }
H1.HeaderClassName
{
color: #BEA397;
}
.AnyTagClassName
{
color: #BEA397;
}
</style>
background-color css
<style>
a { background-color: #BEA397; }
a { background-color: rgb(190,163,151); }
div.DivClassName
{
background-color: #BEA397;
}
.BgClassName
{
background-color: #BEA397;
}
</style>
border-color css
<style>
span { border-color: #BEA397; }
span { border-color: rgb(190,163,151); }
td.TdClassName
{
border-color: #BEA397;
}
.TagClassName
{
border-color: #BEA397;
}
</style>