Shades of Martini #B59F9A
Tints of Martini #B59F9A
RGB
CMYK
RGB Variations
Color information
#B59F9A (or 0xB59F9A) is known color: Martini. HEX triplet: B5, 9F and 9A. RGB value is (181,159,154). Sum of RGB (Red+Green+Blue) = 181+159+154=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F9A is #4A6065. Grayscale: #A5A5A5. Windows color (decimal): -4874342 or 10133429. OLE color: 10133429.
HSL color Cylindrical-coordinate representation of color #B59F9A: hue angle of 11.11º 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 #B59F9A is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 159 | 154 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.29 |
| HSL | 11.11º | 0.15% | 0.66% | - |
| HSV(B) | 11.11º | 0.15% | 0.71% | - |
| XYZ | 37.29 | 36.95 | 35.74 | - |
| YUV | 165.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 154 | 0 | 0.12 | 0.15 | 0.29 | 11.11 | 0.15 | 0.66 |
| Hex | B5 | 9F | 9A | 0 | C | F | 1D | B | F | 42 |
| Octal | 265 | 237 | 232 | 0 | 14 | 17 | 35 | 13 | 17 | 102 |
| Binary | 10110101 | 10011111 | 10011010 | 0 | 1100 | 1111 | 11101 | 1011 | 1111 | 1000010 |
Color Harmonies of #B59F9A
Complementary color
Monochromatic Colors of #B59F9A
Black with #B59F9A
Text Example
Text Example
White with #B59F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59F9A; }
p { color: rgb(181,159,154); }
H1.HeaderClassName
{
color: #B59F9A;
}
.AnyTagClassName
{
color: #B59F9A;
}
</style>
background-color css
<style>
a { background-color: #B59F9A; }
a { background-color: rgb(181,159,154); }
div.DivClassName
{
background-color: #B59F9A;
}
.BgClassName
{
background-color: #B59F9A;
}
</style>
border-color css
<style>
span { border-color: #B59F9A; }
span { border-color: rgb(181,159,154); }
td.TdClassName
{
border-color: #B59F9A;
}
.TagClassName
{
border-color: #B59F9A;
}
</style>