Shades of Martini #BEA49D
Tints of Martini #BEA49D
RGB
CMYK
RGB Variations
Color information
#BEA49D (or 0xBEA49D) is known color: Martini. HEX triplet: BE, A4 and 9D. RGB value is (190,164,157). Sum of RGB (Red+Green+Blue) = 190+164+157=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA49D is #415B62. Grayscale: #ABABAB. Windows color (decimal): -4283235 or 10331326. OLE color: 10331326.
HSL color Cylindrical-coordinate representation of color #BEA49D: hue angle of 12.73º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEA49D is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 164 | 157 | - |
CMYK | 0 | 0.14 | 0.17 | 0.25 |
HSL | 12.73º | 0.2% | 0.68% | - |
HSV(B) | 12.73º | 0.17% | 0.75% | - |
XYZ | 40.6 | 39.93 | 37.47 | - |
YUV | 170.98 | 120.11 | 141.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 164 | 157 | 0 | 0.14 | 0.17 | 0.25 | 12.73 | 0.2 | 0.68 |
Hex | BE | A4 | 9D | 0 | E | 11 | 19 | D | 14 | 44 |
Octal | 276 | 244 | 235 | 0 | 16 | 21 | 31 | 15 | 24 | 104 |
Binary | 10111110 | 10100100 | 10011101 | 0 | 1110 | 10001 | 11001 | 1101 | 10100 | 1000100 |
Color Harmonies of #BEA49D
Complementary color
Monochromatic Colors of #BEA49D
Black with #BEA49D
Text Example
Text Example
White with #BEA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA49D; }
p { color: rgb(190,164,157); }
H1.HeaderClassName
{
color: #BEA49D;
}
.AnyTagClassName
{
color: #BEA49D;
}
</style>
background-color css
<style>
a { background-color: #BEA49D; }
a { background-color: rgb(190,164,157); }
div.DivClassName
{
background-color: #BEA49D;
}
.BgClassName
{
background-color: #BEA49D;
}
</style>
border-color css
<style>
span { border-color: #BEA49D; }
span { border-color: rgb(190,164,157); }
td.TdClassName
{
border-color: #BEA49D;
}
.TagClassName
{
border-color: #BEA49D;
}
</style>