Shades of Martini #B5AEAC
Tints of Martini #B5AEAC
RGB
CMYK
RGB Variations
Color information
#B5AEAC (or 0xB5AEAC) is known color: Martini. HEX triplet: B5, AE and AC. RGB value is (181,174,172). Sum of RGB (Red+Green+Blue) = 181+174+172=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AEAC is #4A5153. Grayscale: #AFAFAF. Windows color (decimal): -4870484 or 11316917. OLE color: 11316917.
HSL color Cylindrical-coordinate representation of color #B5AEAC: hue angle of 13.33º 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 #B5AEAC is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 174 | 172 | - |
CMYK | 0 | 0.04 | 0.05 | 0.29 |
HSL | 13.33º | 0.06% | 0.69% | - |
HSV(B) | 13.33º | 0.05% | 0.71% | - |
XYZ | 41.64 | 43.07 | 45.15 | - |
YUV | 175.87 | 125.82 | 131.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 174 | 172 | 0 | 0.04 | 0.05 | 0.29 | 13.33 | 0.06 | 0.69 |
Hex | B5 | AE | AC | 0 | 4 | 5 | 1D | D | 6 | 45 |
Octal | 265 | 256 | 254 | 0 | 4 | 5 | 35 | 15 | 6 | 105 |
Binary | 10110101 | 10101110 | 10101100 | 0 | 100 | 101 | 11101 | 1101 | 110 | 1000101 |
Color Harmonies of #B5AEAC
Complementary color
Monochromatic Colors of #B5AEAC
Black with #B5AEAC
Text Example
Text Example
White with #B5AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AEAC; }
p { color: rgb(181,174,172); }
H1.HeaderClassName
{
color: #B5AEAC;
}
.AnyTagClassName
{
color: #B5AEAC;
}
</style>
background-color css
<style>
a { background-color: #B5AEAC; }
a { background-color: rgb(181,174,172); }
div.DivClassName
{
background-color: #B5AEAC;
}
.BgClassName
{
background-color: #B5AEAC;
}
</style>
border-color css
<style>
span { border-color: #B5AEAC; }
span { border-color: rgb(181,174,172); }
td.TdClassName
{
border-color: #B5AEAC;
}
.TagClassName
{
border-color: #B5AEAC;
}
</style>