Shades of Martini #BEA59A
Tints of Martini #BEA59A
RGB
CMYK
RGB Variations
Color information
#BEA59A (or 0xBEA59A) is known color: Martini. HEX triplet: BE, A5 and 9A. RGB value is (190,165,154). Sum of RGB (Red+Green+Blue) = 190+165+154=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA59A is #415A65. Grayscale: #ABABAB. Windows color (decimal): -4282982 or 10134974. OLE color: 10134974.
HSL color Cylindrical-coordinate representation of color #BEA59A: hue angle of 18.33º 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 #BEA59A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 154 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.25 |
| HSL | 18.33º | 0.22% | 0.67% | - |
| HSV(B) | 18.33º | 0.19% | 0.75% | - |
| XYZ | 40.52 | 40.19 | 36.19 | - |
| YUV | 171.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 154 | 0 | 0.13 | 0.19 | 0.25 | 18.33 | 0.22 | 0.67 |
| Hex | BE | A5 | 9A | 0 | D | 13 | 19 | 12 | 16 | 43 |
| Octal | 276 | 245 | 232 | 0 | 15 | 23 | 31 | 22 | 26 | 103 |
| Binary | 10111110 | 10100101 | 10011010 | 0 | 1101 | 10011 | 11001 | 10010 | 10110 | 1000011 |
Color Harmonies of #BEA59A
Complementary color
Monochromatic Colors of #BEA59A
Black with #BEA59A
Text Example
Text Example
White with #BEA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA59A; }
p { color: rgb(190,165,154); }
H1.HeaderClassName
{
color: #BEA59A;
}
.AnyTagClassName
{
color: #BEA59A;
}
</style>
background-color css
<style>
a { background-color: #BEA59A; }
a { background-color: rgb(190,165,154); }
div.DivClassName
{
background-color: #BEA59A;
}
.BgClassName
{
background-color: #BEA59A;
}
</style>
border-color css
<style>
span { border-color: #BEA59A; }
span { border-color: rgb(190,165,154); }
td.TdClassName
{
border-color: #BEA59A;
}
.TagClassName
{
border-color: #BEA59A;
}
</style>