Shades of Martini #BEA198
Tints of Martini #BEA198
RGB
CMYK
RGB Variations
Color information
#BEA198 (or 0xBEA198) is known color: Martini. HEX triplet: BE, A1 and 98. RGB value is (190,161,152). Sum of RGB (Red+Green+Blue) = 190+161+152=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA198 is #415E67. Grayscale: #A8A8A8. Windows color (decimal): -4284008 or 10002878. OLE color: 10002878.
HSL color Cylindrical-coordinate representation of color #BEA198: hue angle of 14.21º 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 #BEA198 is Cyan = 0, Magento = 0.15, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 152 | - |
| CMYK | 0 | 0.15 | 0.2 | 0.25 |
| HSL | 14.21º | 0.23% | 0.67% | - |
| HSV(B) | 14.21º | 0.2% | 0.75% | - |
| XYZ | 39.65 | 38.7 | 35.09 | - |
| YUV | 168.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 152 | 0 | 0.15 | 0.2 | 0.25 | 14.21 | 0.23 | 0.67 |
| Hex | BE | A1 | 98 | 0 | F | 14 | 19 | E | 17 | 43 |
| Octal | 276 | 241 | 230 | 0 | 17 | 24 | 31 | 16 | 27 | 103 |
| Binary | 10111110 | 10100001 | 10011000 | 0 | 1111 | 10100 | 11001 | 1110 | 10111 | 1000011 |
Color Harmonies of #BEA198
Complementary color
Monochromatic Colors of #BEA198
Black with #BEA198
Text Example
Text Example
White with #BEA198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA198; }
p { color: rgb(190,161,152); }
H1.HeaderClassName
{
color: #BEA198;
}
.AnyTagClassName
{
color: #BEA198;
}
</style>
background-color css
<style>
a { background-color: #BEA198; }
a { background-color: rgb(190,161,152); }
div.DivClassName
{
background-color: #BEA198;
}
.BgClassName
{
background-color: #BEA198;
}
</style>
border-color css
<style>
span { border-color: #BEA198; }
span { border-color: rgb(190,161,152); }
td.TdClassName
{
border-color: #BEA198;
}
.TagClassName
{
border-color: #BEA198;
}
</style>