Shades of Martini #B9A399
Tints of Martini #B9A399
RGB
CMYK
RGB Variations
Color information
#B9A399 (or 0xB9A399) is known color: Martini. HEX triplet: B9, A3 and 99. RGB value is (185,163,153). Sum of RGB (Red+Green+Blue) = 185+163+153=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A399 is #465C66. Grayscale: #A8A8A8. Windows color (decimal): -4611175 or 10068921. OLE color: 10068921.
HSL color Cylindrical-coordinate representation of color #B9A399: hue angle of 18.75º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9A399 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 153 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.27 |
| HSL | 18.75º | 0.19% | 0.66% | - |
| HSV(B) | 18.75º | 0.17% | 0.73% | - |
| XYZ | 38.85 | 38.81 | 35.58 | - |
| YUV | 168.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 153 | 0 | 0.12 | 0.17 | 0.27 | 18.75 | 0.19 | 0.66 |
| Hex | B9 | A3 | 99 | 0 | C | 11 | 1B | 13 | 13 | 42 |
| Octal | 271 | 243 | 231 | 0 | 14 | 21 | 33 | 23 | 23 | 102 |
| Binary | 10111001 | 10100011 | 10011001 | 0 | 1100 | 10001 | 11011 | 10011 | 10011 | 1000010 |
Color Harmonies of #B9A399
Complementary color
Monochromatic Colors of #B9A399
Black with #B9A399
Text Example
Text Example
White with #B9A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A399; }
p { color: rgb(185,163,153); }
H1.HeaderClassName
{
color: #B9A399;
}
.AnyTagClassName
{
color: #B9A399;
}
</style>
background-color css
<style>
a { background-color: #B9A399; }
a { background-color: rgb(185,163,153); }
div.DivClassName
{
background-color: #B9A399;
}
.BgClassName
{
background-color: #B9A399;
}
</style>
border-color css
<style>
span { border-color: #B9A399; }
span { border-color: rgb(185,163,153); }
td.TdClassName
{
border-color: #B9A399;
}
.TagClassName
{
border-color: #B9A399;
}
</style>