Shades of Martini #B19F9A
Tints of Martini #B19F9A
RGB
CMYK
RGB Variations
Color information
#B19F9A (or 0xB19F9A) is known color: Martini. HEX triplet: B1, 9F and 9A. RGB value is (177,159,154). Sum of RGB (Red+Green+Blue) = 177+159+154=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F9A is #4E6065. Grayscale: #A3A3A3. Windows color (decimal): -5136486 or 10133425. OLE color: 10133425.
HSL color Cylindrical-coordinate representation of color #B19F9A: hue angle of 13.04º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B19F9A is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 154 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.31 |
| HSL | 13.04º | 0.13% | 0.65% | - |
| HSV(B) | 13.04º | 0.13% | 0.69% | - |
| XYZ | 36.36 | 36.48 | 35.7 | - |
| YUV | 163.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 154 | 0 | 0.10 | 0.13 | 0.31 | 13.04 | 0.13 | 0.65 |
| Hex | B1 | 9F | 9A | 0 | A | D | 1F | D | D | 41 |
| Octal | 261 | 237 | 232 | 0 | 12 | 15 | 37 | 15 | 15 | 101 |
| Binary | 10110001 | 10011111 | 10011010 | 0 | 1010 | 1101 | 11111 | 1101 | 1101 | 1000001 |
Color Harmonies of #B19F9A
Complementary color
Monochromatic Colors of #B19F9A
Black with #B19F9A
Text Example
Text Example
White with #B19F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F9A; }
p { color: rgb(177,159,154); }
H1.HeaderClassName
{
color: #B19F9A;
}
.AnyTagClassName
{
color: #B19F9A;
}
</style>
background-color css
<style>
a { background-color: #B19F9A; }
a { background-color: rgb(177,159,154); }
div.DivClassName
{
background-color: #B19F9A;
}
.BgClassName
{
background-color: #B19F9A;
}
</style>
border-color css
<style>
span { border-color: #B19F9A; }
span { border-color: rgb(177,159,154); }
td.TdClassName
{
border-color: #B19F9A;
}
.TagClassName
{
border-color: #B19F9A;
}
</style>