Shades of Martini #B5A29A
Tints of Martini #B5A29A
RGB
CMYK
RGB Variations
Color information
#B5A29A (or 0xB5A29A) is known color: Martini. HEX triplet: B5, A2 and 9A. RGB value is (181,162,154). Sum of RGB (Red+Green+Blue) = 181+162+154=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A29A is #4A5D65. Grayscale: #A6A6A6. Windows color (decimal): -4873574 or 10134197. OLE color: 10134197.
HSL color Cylindrical-coordinate representation of color #B5A29A: hue angle of 17.78º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5A29A is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 154 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.29 |
| HSL | 17.78º | 0.15% | 0.66% | - |
| HSV(B) | 17.78º | 0.15% | 0.71% | - |
| XYZ | 37.81 | 38 | 35.91 | - |
| YUV | 166.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 154 | 0 | 0.10 | 0.15 | 0.29 | 17.78 | 0.15 | 0.66 |
| Hex | B5 | A2 | 9A | 0 | A | F | 1D | 12 | F | 42 |
| Octal | 265 | 242 | 232 | 0 | 12 | 17 | 35 | 22 | 17 | 102 |
| Binary | 10110101 | 10100010 | 10011010 | 0 | 1010 | 1111 | 11101 | 10010 | 1111 | 1000010 |
Color Harmonies of #B5A29A
Complementary color
Monochromatic Colors of #B5A29A
Black with #B5A29A
Text Example
Text Example
White with #B5A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A29A; }
p { color: rgb(181,162,154); }
H1.HeaderClassName
{
color: #B5A29A;
}
.AnyTagClassName
{
color: #B5A29A;
}
</style>
background-color css
<style>
a { background-color: #B5A29A; }
a { background-color: rgb(181,162,154); }
div.DivClassName
{
background-color: #B5A29A;
}
.BgClassName
{
background-color: #B5A29A;
}
</style>
border-color css
<style>
span { border-color: #B5A29A; }
span { border-color: rgb(181,162,154); }
td.TdClassName
{
border-color: #B5A29A;
}
.TagClassName
{
border-color: #B5A29A;
}
</style>