Shades of Martini #B7AFAC
Tints of Martini #B7AFAC
RGB
CMYK
RGB Variations
Color information
#B7AFAC (or 0xB7AFAC) is known color: Martini. HEX triplet: B7, AF and AC. RGB value is (183,175,172). Sum of RGB (Red+Green+Blue) = 183+175+172=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AFAC is #485053. Grayscale: #B1B1B1. Windows color (decimal): -4739156 or 11317175. OLE color: 11317175.
HSL color Cylindrical-coordinate representation of color #B7AFAC: hue angle of 16.36º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7AFAC is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 175 | 172 | - |
CMYK | 0 | 0.04 | 0.06 | 0.28 |
HSL | 16.36º | 0.07% | 0.7% | - |
HSV(B) | 16.36º | 0.06% | 0.72% | - |
XYZ | 42.3 | 43.71 | 45.24 | - |
YUV | 177.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 175 | 172 | 0 | 0.04 | 0.06 | 0.28 | 16.36 | 0.07 | 0.7 |
Hex | B7 | AF | AC | 0 | 4 | 6 | 1C | 10 | 7 | 46 |
Octal | 267 | 257 | 254 | 0 | 4 | 6 | 34 | 20 | 7 | 106 |
Binary | 10110111 | 10101111 | 10101100 | 0 | 100 | 110 | 11100 | 10000 | 111 | 1000110 |
Color Harmonies of #B7AFAC
Complementary color
Monochromatic Colors of #B7AFAC
Black with #B7AFAC
Text Example
Text Example
White with #B7AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AFAC; }
p { color: rgb(183,175,172); }
H1.HeaderClassName
{
color: #B7AFAC;
}
.AnyTagClassName
{
color: #B7AFAC;
}
</style>
background-color css
<style>
a { background-color: #B7AFAC; }
a { background-color: rgb(183,175,172); }
div.DivClassName
{
background-color: #B7AFAC;
}
.BgClassName
{
background-color: #B7AFAC;
}
</style>
border-color css
<style>
span { border-color: #B7AFAC; }
span { border-color: rgb(183,175,172); }
td.TdClassName
{
border-color: #B7AFAC;
}
.TagClassName
{
border-color: #B7AFAC;
}
</style>