Shades of Martini #BEA49C
Tints of Martini #BEA49C
RGB
CMYK
RGB Variations
Color information
#BEA49C (or 0xBEA49C) is known color: Martini. HEX triplet: BE, A4 and 9C. RGB value is (190,164,156). Sum of RGB (Red+Green+Blue) = 190+164+156=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA49C is #415B63. Grayscale: #AAAAAA. Windows color (decimal): -4283236 or 10265790. OLE color: 10265790.
HSL color Cylindrical-coordinate representation of color #BEA49C: hue angle of 14.12º 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 #BEA49C is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 156 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.25 |
| HSL | 14.12º | 0.21% | 0.68% | - |
| HSV(B) | 14.12º | 0.18% | 0.75% | - |
| XYZ | 40.51 | 39.9 | 37.02 | - |
| YUV | 170.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 156 | 0 | 0.14 | 0.18 | 0.25 | 14.12 | 0.21 | 0.68 |
| Hex | BE | A4 | 9C | 0 | E | 12 | 19 | E | 15 | 44 |
| Octal | 276 | 244 | 234 | 0 | 16 | 22 | 31 | 16 | 25 | 104 |
| Binary | 10111110 | 10100100 | 10011100 | 0 | 1110 | 10010 | 11001 | 1110 | 10101 | 1000100 |
Color Harmonies of #BEA49C
Complementary color
Monochromatic Colors of #BEA49C
Black with #BEA49C
Text Example
Text Example
White with #BEA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA49C; }
p { color: rgb(190,164,156); }
H1.HeaderClassName
{
color: #BEA49C;
}
.AnyTagClassName
{
color: #BEA49C;
}
</style>
background-color css
<style>
a { background-color: #BEA49C; }
a { background-color: rgb(190,164,156); }
div.DivClassName
{
background-color: #BEA49C;
}
.BgClassName
{
background-color: #BEA49C;
}
</style>
border-color css
<style>
span { border-color: #BEA49C; }
span { border-color: rgb(190,164,156); }
td.TdClassName
{
border-color: #BEA49C;
}
.TagClassName
{
border-color: #BEA49C;
}
</style>