Shades of Martini #B5A09C
Tints of Martini #B5A09C
RGB
CMYK
RGB Variations
Color information
#B5A09C (or 0xB5A09C) is known color: Martini. HEX triplet: B5, A0 and 9C. RGB value is (181,160,156). Sum of RGB (Red+Green+Blue) = 181+160+156=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A09C is #4A5F63. Grayscale: #A5A5A5. Windows color (decimal): -4874084 or 10264757. OLE color: 10264757.
HSL color Cylindrical-coordinate representation of color #B5A09C: hue angle of 9.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5A09C is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 156 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.29 |
| HSL | 9.6º | 0.14% | 0.66% | - |
| HSV(B) | 9.6º | 0.14% | 0.71% | - |
| XYZ | 37.63 | 37.37 | 36.68 | - |
| YUV | 165.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 156 | 0 | 0.12 | 0.14 | 0.29 | 9.6 | 0.14 | 0.66 |
| Hex | B5 | A0 | 9C | 0 | C | E | 1D | A | E | 42 |
| Octal | 265 | 240 | 234 | 0 | 14 | 16 | 35 | 12 | 16 | 102 |
| Binary | 10110101 | 10100000 | 10011100 | 0 | 1100 | 1110 | 11101 | 1010 | 1110 | 1000010 |
Color Harmonies of #B5A09C
Complementary color
Monochromatic Colors of #B5A09C
Black with #B5A09C
Text Example
Text Example
White with #B5A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A09C; }
p { color: rgb(181,160,156); }
H1.HeaderClassName
{
color: #B5A09C;
}
.AnyTagClassName
{
color: #B5A09C;
}
</style>
background-color css
<style>
a { background-color: #B5A09C; }
a { background-color: rgb(181,160,156); }
div.DivClassName
{
background-color: #B5A09C;
}
.BgClassName
{
background-color: #B5A09C;
}
</style>
border-color css
<style>
span { border-color: #B5A09C; }
span { border-color: rgb(181,160,156); }
td.TdClassName
{
border-color: #B5A09C;
}
.TagClassName
{
border-color: #B5A09C;
}
</style>