Shades of Martini #BEA598
Tints of Martini #BEA598
RGB
CMYK
RGB Variations
Color information
#BEA598 (or 0xBEA598) is known color: Martini. HEX triplet: BE, A5 and 98. RGB value is (190,165,152). Sum of RGB (Red+Green+Blue) = 190+165+152=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA598 is #415A67. Grayscale: #ABABAB. Windows color (decimal): -4282984 or 10003902. OLE color: 10003902.
HSL color Cylindrical-coordinate representation of color #BEA598: hue angle of 20.53º 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 #BEA598 is Cyan = 0, Magento = 0.13, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 152 | - |
| CMYK | 0 | 0.13 | 0.2 | 0.25 |
| HSL | 20.53º | 0.23% | 0.67% | - |
| HSV(B) | 20.53º | 0.2% | 0.75% | - |
| XYZ | 40.36 | 40.12 | 35.32 | - |
| YUV | 170.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 152 | 0 | 0.13 | 0.2 | 0.25 | 20.53 | 0.23 | 0.67 |
| Hex | BE | A5 | 98 | 0 | D | 14 | 19 | 15 | 17 | 43 |
| Octal | 276 | 245 | 230 | 0 | 15 | 24 | 31 | 25 | 27 | 103 |
| Binary | 10111110 | 10100101 | 10011000 | 0 | 1101 | 10100 | 11001 | 10101 | 10111 | 1000011 |
Color Harmonies of #BEA598
Complementary color
Monochromatic Colors of #BEA598
Black with #BEA598
Text Example
Text Example
White with #BEA598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA598; }
p { color: rgb(190,165,152); }
H1.HeaderClassName
{
color: #BEA598;
}
.AnyTagClassName
{
color: #BEA598;
}
</style>
background-color css
<style>
a { background-color: #BEA598; }
a { background-color: rgb(190,165,152); }
div.DivClassName
{
background-color: #BEA598;
}
.BgClassName
{
background-color: #BEA598;
}
</style>
border-color css
<style>
span { border-color: #BEA598; }
span { border-color: rgb(190,165,152); }
td.TdClassName
{
border-color: #BEA598;
}
.TagClassName
{
border-color: #BEA598;
}
</style>