Shades of Martini #B7AEAC
Tints of Martini #B7AEAC
RGB
CMYK
RGB Variations
Color information
#B7AEAC (or 0xB7AEAC) is known color: Martini. HEX triplet: B7, AE and AC. RGB value is (183,174,172). Sum of RGB (Red+Green+Blue) = 183+174+172=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AEAC is #485153. Grayscale: #B0B0B0. Windows color (decimal): -4739412 or 11316919. OLE color: 11316919.
HSL color Cylindrical-coordinate representation of color #B7AEAC: hue angle of 10.91º 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 #B7AEAC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 174 | 172 | - |
CMYK | 0 | 0.05 | 0.06 | 0.28 |
HSL | 10.91º | 0.07% | 0.7% | - |
HSV(B) | 10.91º | 0.06% | 0.72% | - |
XYZ | 42.11 | 43.32 | 45.17 | - |
YUV | 176.46 | 125.48 | 132.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 174 | 172 | 0 | 0.05 | 0.06 | 0.28 | 10.91 | 0.07 | 0.7 |
Hex | B7 | AE | AC | 0 | 5 | 6 | 1C | B | 7 | 46 |
Octal | 267 | 256 | 254 | 0 | 5 | 6 | 34 | 13 | 7 | 106 |
Binary | 10110111 | 10101110 | 10101100 | 0 | 101 | 110 | 11100 | 1011 | 111 | 1000110 |
Color Harmonies of #B7AEAC
Complementary color
Monochromatic Colors of #B7AEAC
Black with #B7AEAC
Text Example
Text Example
White with #B7AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AEAC; }
p { color: rgb(183,174,172); }
H1.HeaderClassName
{
color: #B7AEAC;
}
.AnyTagClassName
{
color: #B7AEAC;
}
</style>
background-color css
<style>
a { background-color: #B7AEAC; }
a { background-color: rgb(183,174,172); }
div.DivClassName
{
background-color: #B7AEAC;
}
.BgClassName
{
background-color: #B7AEAC;
}
</style>
border-color css
<style>
span { border-color: #B7AEAC; }
span { border-color: rgb(183,174,172); }
td.TdClassName
{
border-color: #B7AEAC;
}
.TagClassName
{
border-color: #B7AEAC;
}
</style>