Shades of Martini #B0A29D
Tints of Martini #B0A29D
RGB
CMYK
RGB Variations
Color information
#B0A29D (or 0xB0A29D) is known color: Martini. HEX triplet: B0, A2 and 9D. RGB value is (176,162,157). Sum of RGB (Red+Green+Blue) = 176+162+157=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A29D is #4F5D62. Grayscale: #A5A5A5. Windows color (decimal): -5201251 or 10330800. OLE color: 10330800.
HSL color Cylindrical-coordinate representation of color #B0A29D: hue angle of 15.79º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0A29D is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 157 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.31 |
| HSL | 15.79º | 0.11% | 0.65% | - |
| HSV(B) | 15.79º | 0.11% | 0.69% | - |
| XYZ | 36.91 | 37.51 | 37.19 | - |
| YUV | 165.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 157 | 0 | 0.08 | 0.11 | 0.31 | 15.79 | 0.11 | 0.65 |
| Hex | B0 | A2 | 9D | 0 | 8 | B | 1F | 10 | B | 41 |
| Octal | 260 | 242 | 235 | 0 | 10 | 13 | 37 | 20 | 13 | 101 |
| Binary | 10110000 | 10100010 | 10011101 | 0 | 1000 | 1011 | 11111 | 10000 | 1011 | 1000001 |
Color Harmonies of #B0A29D
Complementary color
Monochromatic Colors of #B0A29D
Black with #B0A29D
Text Example
Text Example
White with #B0A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A29D; }
p { color: rgb(176,162,157); }
H1.HeaderClassName
{
color: #B0A29D;
}
.AnyTagClassName
{
color: #B0A29D;
}
</style>
background-color css
<style>
a { background-color: #B0A29D; }
a { background-color: rgb(176,162,157); }
div.DivClassName
{
background-color: #B0A29D;
}
.BgClassName
{
background-color: #B0A29D;
}
</style>
border-color css
<style>
span { border-color: #B0A29D; }
span { border-color: rgb(176,162,157); }
td.TdClassName
{
border-color: #B0A29D;
}
.TagClassName
{
border-color: #B0A29D;
}
</style>