Shades of Martini #B6AEAC
Tints of Martini #B6AEAC
RGB
CMYK
RGB Variations
Color information
#B6AEAC (or 0xB6AEAC) is known color: Martini. HEX triplet: B6, AE and AC. RGB value is (182,174,172). Sum of RGB (Red+Green+Blue) = 182+174+172=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AEAC is #495153. Grayscale: #B0B0B0. Windows color (decimal): -4804948 or 11316918. OLE color: 11316918.
HSL color Cylindrical-coordinate representation of color #B6AEAC: hue angle of 12º 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 #B6AEAC is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 174 | 172 | - |
CMYK | 0 | 0.04 | 0.05 | 0.29 |
HSL | 12º | 0.06% | 0.69% | - |
HSV(B) | 12º | 0.05% | 0.71% | - |
XYZ | 41.87 | 43.2 | 45.16 | - |
YUV | 176.16 | 125.65 | 132.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 174 | 172 | 0 | 0.04 | 0.05 | 0.29 | 12 | 0.06 | 0.69 |
Hex | B6 | AE | AC | 0 | 4 | 5 | 1D | C | 6 | 45 |
Octal | 266 | 256 | 254 | 0 | 4 | 5 | 35 | 14 | 6 | 105 |
Binary | 10110110 | 10101110 | 10101100 | 0 | 100 | 101 | 11101 | 1100 | 110 | 1000101 |
Color Harmonies of #B6AEAC
Complementary color
Monochromatic Colors of #B6AEAC
Black with #B6AEAC
Text Example
Text Example
White with #B6AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AEAC; }
p { color: rgb(182,174,172); }
H1.HeaderClassName
{
color: #B6AEAC;
}
.AnyTagClassName
{
color: #B6AEAC;
}
</style>
background-color css
<style>
a { background-color: #B6AEAC; }
a { background-color: rgb(182,174,172); }
div.DivClassName
{
background-color: #B6AEAC;
}
.BgClassName
{
background-color: #B6AEAC;
}
</style>
border-color css
<style>
span { border-color: #B6AEAC; }
span { border-color: rgb(182,174,172); }
td.TdClassName
{
border-color: #B6AEAC;
}
.TagClassName
{
border-color: #B6AEAC;
}
</style>