Shades of Martini #B6AFAC
Tints of Martini #B6AFAC
RGB
CMYK
RGB Variations
Color information
#B6AFAC (or 0xB6AFAC) is known color: Martini. HEX triplet: B6, AF and AC. RGB value is (182,175,172). Sum of RGB (Red+Green+Blue) = 182+175+172=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AFAC is #495053. Grayscale: #B0B0B0. Windows color (decimal): -4804692 or 11317174. OLE color: 11317174.
HSL color Cylindrical-coordinate representation of color #B6AFAC: hue angle of 18º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B6AFAC is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 175 | 172 | - |
CMYK | 0 | 0.04 | 0.05 | 0.29 |
HSL | 18º | 0.06% | 0.69% | - |
HSV(B) | 18º | 0.05% | 0.71% | - |
XYZ | 42.07 | 43.58 | 45.22 | - |
YUV | 176.75 | 125.32 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 175 | 172 | 0 | 0.04 | 0.05 | 0.29 | 18 | 0.06 | 0.69 |
Hex | B6 | AF | AC | 0 | 4 | 5 | 1D | 12 | 6 | 45 |
Octal | 266 | 257 | 254 | 0 | 4 | 5 | 35 | 22 | 6 | 105 |
Binary | 10110110 | 10101111 | 10101100 | 0 | 100 | 101 | 11101 | 10010 | 110 | 1000101 |
Color Harmonies of #B6AFAC
Complementary color
Monochromatic Colors of #B6AFAC
Black with #B6AFAC
Text Example
Text Example
White with #B6AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AFAC; }
p { color: rgb(182,175,172); }
H1.HeaderClassName
{
color: #B6AFAC;
}
.AnyTagClassName
{
color: #B6AFAC;
}
</style>
background-color css
<style>
a { background-color: #B6AFAC; }
a { background-color: rgb(182,175,172); }
div.DivClassName
{
background-color: #B6AFAC;
}
.BgClassName
{
background-color: #B6AFAC;
}
</style>
border-color css
<style>
span { border-color: #B6AFAC; }
span { border-color: rgb(182,175,172); }
td.TdClassName
{
border-color: #B6AFAC;
}
.TagClassName
{
border-color: #B6AFAC;
}
</style>