Shades of Martini #B5A29D
Tints of Martini #B5A29D
RGB
CMYK
RGB Variations
Color information
#B5A29D (or 0xB5A29D) is known color: Martini. HEX triplet: B5, A2 and 9D. RGB value is (181,162,157). Sum of RGB (Red+Green+Blue) = 181+162+157=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A29D is #4A5D62. Grayscale: #A7A7A7. Windows color (decimal): -4873571 or 10330805. OLE color: 10330805.
HSL color Cylindrical-coordinate representation of color #B5A29D: hue angle of 12.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5A29D is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 157 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.29 |
| HSL | 12.5º | 0.14% | 0.66% | - |
| HSV(B) | 12.5º | 0.13% | 0.71% | - |
| XYZ | 38.06 | 38.1 | 37.25 | - |
| YUV | 167.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 157 | 0 | 0.10 | 0.13 | 0.29 | 12.5 | 0.14 | 0.66 |
| Hex | B5 | A2 | 9D | 0 | A | D | 1D | C | E | 42 |
| Octal | 265 | 242 | 235 | 0 | 12 | 15 | 35 | 14 | 16 | 102 |
| Binary | 10110101 | 10100010 | 10011101 | 0 | 1010 | 1101 | 11101 | 1100 | 1110 | 1000010 |
Color Harmonies of #B5A29D
Complementary color
Monochromatic Colors of #B5A29D
Black with #B5A29D
Text Example
Text Example
White with #B5A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A29D; }
p { color: rgb(181,162,157); }
H1.HeaderClassName
{
color: #B5A29D;
}
.AnyTagClassName
{
color: #B5A29D;
}
</style>
background-color css
<style>
a { background-color: #B5A29D; }
a { background-color: rgb(181,162,157); }
div.DivClassName
{
background-color: #B5A29D;
}
.BgClassName
{
background-color: #B5A29D;
}
</style>
border-color css
<style>
span { border-color: #B5A29D; }
span { border-color: rgb(181,162,157); }
td.TdClassName
{
border-color: #B5A29D;
}
.TagClassName
{
border-color: #B5A29D;
}
</style>