Shades of Martini #BEA59B
Tints of Martini #BEA59B
RGB
CMYK
RGB Variations
Color information
#BEA59B (or 0xBEA59B) is known color: Martini. HEX triplet: BE, A5 and 9B. RGB value is (190,165,155). Sum of RGB (Red+Green+Blue) = 190+165+155=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA59B is #415A64. Grayscale: #ABABAB. Windows color (decimal): -4282981 or 10200510. OLE color: 10200510.
HSL color Cylindrical-coordinate representation of color #BEA59B: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEA59B is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 155 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.25 |
| HSL | 17.14º | 0.21% | 0.68% | - |
| HSV(B) | 17.14º | 0.18% | 0.75% | - |
| XYZ | 40.61 | 40.22 | 36.63 | - |
| YUV | 171.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 155 | 0 | 0.13 | 0.18 | 0.25 | 17.14 | 0.21 | 0.68 |
| Hex | BE | A5 | 9B | 0 | D | 12 | 19 | 11 | 15 | 44 |
| Octal | 276 | 245 | 233 | 0 | 15 | 22 | 31 | 21 | 25 | 104 |
| Binary | 10111110 | 10100101 | 10011011 | 0 | 1101 | 10010 | 11001 | 10001 | 10101 | 1000100 |
Color Harmonies of #BEA59B
Complementary color
Monochromatic Colors of #BEA59B
Black with #BEA59B
Text Example
Text Example
White with #BEA59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA59B; }
p { color: rgb(190,165,155); }
H1.HeaderClassName
{
color: #BEA59B;
}
.AnyTagClassName
{
color: #BEA59B;
}
</style>
background-color css
<style>
a { background-color: #BEA59B; }
a { background-color: rgb(190,165,155); }
div.DivClassName
{
background-color: #BEA59B;
}
.BgClassName
{
background-color: #BEA59B;
}
</style>
border-color css
<style>
span { border-color: #BEA59B; }
span { border-color: rgb(190,165,155); }
td.TdClassName
{
border-color: #BEA59B;
}
.TagClassName
{
border-color: #BEA59B;
}
</style>