Shades of Martini #BEA29B
Tints of Martini #BEA29B
RGB
CMYK
RGB Variations
Color information
#BEA29B (or 0xBEA29B) is known color: Martini. HEX triplet: BE, A2 and 9B. RGB value is (190,162,155). Sum of RGB (Red+Green+Blue) = 190+162+155=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA29B is #415D64. Grayscale: #A9A9A9. Windows color (decimal): -4283749 or 10199742. OLE color: 10199742.
HSL color Cylindrical-coordinate representation of color #BEA29B: hue angle of 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 #BEA29B is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 155 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.25 |
| HSL | 12º | 0.21% | 0.68% | - |
| HSV(B) | 12º | 0.18% | 0.75% | - |
| XYZ | 40.07 | 39.15 | 36.46 | - |
| YUV | 169.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 155 | 0 | 0.15 | 0.18 | 0.25 | 12 | 0.21 | 0.68 |
| Hex | BE | A2 | 9B | 0 | F | 12 | 19 | C | 15 | 44 |
| Octal | 276 | 242 | 233 | 0 | 17 | 22 | 31 | 14 | 25 | 104 |
| Binary | 10111110 | 10100010 | 10011011 | 0 | 1111 | 10010 | 11001 | 1100 | 10101 | 1000100 |
Color Harmonies of #BEA29B
Complementary color
Monochromatic Colors of #BEA29B
Black with #BEA29B
Text Example
Text Example
White with #BEA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA29B; }
p { color: rgb(190,162,155); }
H1.HeaderClassName
{
color: #BEA29B;
}
.AnyTagClassName
{
color: #BEA29B;
}
</style>
background-color css
<style>
a { background-color: #BEA29B; }
a { background-color: rgb(190,162,155); }
div.DivClassName
{
background-color: #BEA29B;
}
.BgClassName
{
background-color: #BEA29B;
}
</style>
border-color css
<style>
span { border-color: #BEA29B; }
span { border-color: rgb(190,162,155); }
td.TdClassName
{
border-color: #BEA29B;
}
.TagClassName
{
border-color: #BEA29B;
}
</style>