Shades of Martini #B9AFAC
Tints of Martini #B9AFAC
RGB
CMYK
RGB Variations
Color information
#B9AFAC (or 0xB9AFAC) is known color: Martini. HEX triplet: B9, AF and AC. RGB value is (185,175,172). Sum of RGB (Red+Green+Blue) = 185+175+172=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AFAC is #465053. Grayscale: #B1B1B1. Windows color (decimal): -4608084 or 11317177. OLE color: 11317177.
HSL color Cylindrical-coordinate representation of color #B9AFAC: hue angle of 13.85º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9AFAC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 175 | 172 | - |
CMYK | 0 | 0.05 | 0.07 | 0.27 |
HSL | 13.85º | 0.08% | 0.7% | - |
HSV(B) | 13.85º | 0.07% | 0.73% | - |
XYZ | 42.78 | 43.95 | 45.26 | - |
YUV | 177.65 | 124.81 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 175 | 172 | 0 | 0.05 | 0.07 | 0.27 | 13.85 | 0.08 | 0.7 |
Hex | B9 | AF | AC | 0 | 5 | 7 | 1B | E | 8 | 46 |
Octal | 271 | 257 | 254 | 0 | 5 | 7 | 33 | 16 | 10 | 106 |
Binary | 10111001 | 10101111 | 10101100 | 0 | 101 | 111 | 11011 | 1110 | 1000 | 1000110 |
Color Harmonies of #B9AFAC
Complementary color
Monochromatic Colors of #B9AFAC
Black with #B9AFAC
Text Example
Text Example
White with #B9AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AFAC; }
p { color: rgb(185,175,172); }
H1.HeaderClassName
{
color: #B9AFAC;
}
.AnyTagClassName
{
color: #B9AFAC;
}
</style>
background-color css
<style>
a { background-color: #B9AFAC; }
a { background-color: rgb(185,175,172); }
div.DivClassName
{
background-color: #B9AFAC;
}
.BgClassName
{
background-color: #B9AFAC;
}
</style>
border-color css
<style>
span { border-color: #B9AFAC; }
span { border-color: rgb(185,175,172); }
td.TdClassName
{
border-color: #B9AFAC;
}
.TagClassName
{
border-color: #B9AFAC;
}
</style>