Shades of Martini #BEA199
Tints of Martini #BEA199
RGB
CMYK
RGB Variations
Color information
#BEA199 (or 0xBEA199) is known color: Martini. HEX triplet: BE, A1 and 99. RGB value is (190,161,153). Sum of RGB (Red+Green+Blue) = 190+161+153=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA199 is #415E66. Grayscale: #A8A8A8. Windows color (decimal): -4284007 or 10068414. OLE color: 10068414.
HSL color Cylindrical-coordinate representation of color #BEA199: hue angle of 12.97º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEA199 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 153 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.25 |
| HSL | 12.97º | 0.22% | 0.67% | - |
| HSV(B) | 12.97º | 0.19% | 0.75% | - |
| XYZ | 39.73 | 38.74 | 35.52 | - |
| YUV | 168.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 153 | 0 | 0.15 | 0.19 | 0.25 | 12.97 | 0.22 | 0.67 |
| Hex | BE | A1 | 99 | 0 | F | 13 | 19 | D | 16 | 43 |
| Octal | 276 | 241 | 231 | 0 | 17 | 23 | 31 | 15 | 26 | 103 |
| Binary | 10111110 | 10100001 | 10011001 | 0 | 1111 | 10011 | 11001 | 1101 | 10110 | 1000011 |
Color Harmonies of #BEA199
Complementary color
Monochromatic Colors of #BEA199
Black with #BEA199
Text Example
Text Example
White with #BEA199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA199; }
p { color: rgb(190,161,153); }
H1.HeaderClassName
{
color: #BEA199;
}
.AnyTagClassName
{
color: #BEA199;
}
</style>
background-color css
<style>
a { background-color: #BEA199; }
a { background-color: rgb(190,161,153); }
div.DivClassName
{
background-color: #BEA199;
}
.BgClassName
{
background-color: #BEA199;
}
</style>
border-color css
<style>
span { border-color: #BEA199; }
span { border-color: rgb(190,161,153); }
td.TdClassName
{
border-color: #BEA199;
}
.TagClassName
{
border-color: #BEA199;
}
</style>