Shades of Martini #B0A29B
Tints of Martini #B0A29B
RGB
CMYK
RGB Variations
Color information
#B0A29B (or 0xB0A29B) is known color: Martini. HEX triplet: B0, A2 and 9B. RGB value is (176,162,155). Sum of RGB (Red+Green+Blue) = 176+162+155=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A29B is #4F5D64. Grayscale: #A5A5A5. Windows color (decimal): -5201253 or 10199728. OLE color: 10199728.
HSL color Cylindrical-coordinate representation of color #B0A29B: hue angle of 20º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0A29B is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 155 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.31 |
| HSL | 20º | 0.12% | 0.65% | - |
| HSV(B) | 20º | 0.12% | 0.69% | - |
| XYZ | 36.74 | 37.44 | 36.3 | - |
| YUV | 165.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 155 | 0 | 0.08 | 0.12 | 0.31 | 20 | 0.12 | 0.65 |
| Hex | B0 | A2 | 9B | 0 | 8 | C | 1F | 14 | C | 41 |
| Octal | 260 | 242 | 233 | 0 | 10 | 14 | 37 | 24 | 14 | 101 |
| Binary | 10110000 | 10100010 | 10011011 | 0 | 1000 | 1100 | 11111 | 10100 | 1100 | 1000001 |
Color Harmonies of #B0A29B
Complementary color
Monochromatic Colors of #B0A29B
Black with #B0A29B
Text Example
Text Example
White with #B0A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A29B; }
p { color: rgb(176,162,155); }
H1.HeaderClassName
{
color: #B0A29B;
}
.AnyTagClassName
{
color: #B0A29B;
}
</style>
background-color css
<style>
a { background-color: #B0A29B; }
a { background-color: rgb(176,162,155); }
div.DivClassName
{
background-color: #B0A29B;
}
.BgClassName
{
background-color: #B0A29B;
}
</style>
border-color css
<style>
span { border-color: #B0A29B; }
span { border-color: rgb(176,162,155); }
td.TdClassName
{
border-color: #B0A29B;
}
.TagClassName
{
border-color: #B0A29B;
}
</style>