Shades of Martini #B5A49C
Tints of Martini #B5A49C
RGB
CMYK
RGB Variations
Color information
#B5A49C (or 0xB5A49C) is known color: Martini. HEX triplet: B5, A4 and 9C. RGB value is (181,164,156). Sum of RGB (Red+Green+Blue) = 181+164+156=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A49C is #4A5B63. Grayscale: #A8A8A8. Windows color (decimal): -4873060 or 10265781. OLE color: 10265781.
HSL color Cylindrical-coordinate representation of color #B5A49C: hue angle of 19.2º 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 #B5A49C is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 156 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.29 |
| HSL | 19.2º | 0.14% | 0.66% | - |
| HSV(B) | 19.2º | 0.14% | 0.71% | - |
| XYZ | 38.33 | 38.77 | 36.92 | - |
| YUV | 168.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 156 | 0 | 0.09 | 0.14 | 0.29 | 19.2 | 0.14 | 0.66 |
| Hex | B5 | A4 | 9C | 0 | 9 | E | 1D | 13 | E | 42 |
| Octal | 265 | 244 | 234 | 0 | 11 | 16 | 35 | 23 | 16 | 102 |
| Binary | 10110101 | 10100100 | 10011100 | 0 | 1001 | 1110 | 11101 | 10011 | 1110 | 1000010 |
Color Harmonies of #B5A49C
Complementary color
Monochromatic Colors of #B5A49C
Black with #B5A49C
Text Example
Text Example
White with #B5A49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A49C; }
p { color: rgb(181,164,156); }
H1.HeaderClassName
{
color: #B5A49C;
}
.AnyTagClassName
{
color: #B5A49C;
}
</style>
background-color css
<style>
a { background-color: #B5A49C; }
a { background-color: rgb(181,164,156); }
div.DivClassName
{
background-color: #B5A49C;
}
.BgClassName
{
background-color: #B5A49C;
}
</style>
border-color css
<style>
span { border-color: #B5A49C; }
span { border-color: rgb(181,164,156); }
td.TdClassName
{
border-color: #B5A49C;
}
.TagClassName
{
border-color: #B5A49C;
}
</style>