Shades of Martini #B5AAA4
Tints of Martini #B5AAA4
RGB
CMYK
RGB Variations
Color information
#B5AAA4 (or 0xB5AAA4) is known color: Martini. HEX triplet: B5, AA and A4. RGB value is (181,170,164). Sum of RGB (Red+Green+Blue) = 181+170+164=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AAA4 is #4A555B. Grayscale: #ACACAC. Windows color (decimal): -4871516 or 10791605. OLE color: 10791605.
HSL color Cylindrical-coordinate representation of color #B5AAA4: hue angle of 21.18º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5AAA4 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 170 | 164 | - |
CMYK | 0 | 0.06 | 0.09 | 0.29 |
HSL | 21.18º | 0.1% | 0.68% | - |
HSV(B) | 21.18º | 0.09% | 0.71% | - |
XYZ | 40.13 | 41.25 | 40.97 | - |
YUV | 172.61 | 123.14 | 133.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 170 | 164 | 0 | 0.06 | 0.09 | 0.29 | 21.18 | 0.1 | 0.68 |
Hex | B5 | AA | A4 | 0 | 6 | 9 | 1D | 15 | A | 44 |
Octal | 265 | 252 | 244 | 0 | 6 | 11 | 35 | 25 | 12 | 104 |
Binary | 10110101 | 10101010 | 10100100 | 0 | 110 | 1001 | 11101 | 10101 | 1010 | 1000100 |
Color Harmonies of #B5AAA4
Complementary color
Monochromatic Colors of #B5AAA4
Black with #B5AAA4
Text Example
Text Example
White with #B5AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AAA4; }
p { color: rgb(181,170,164); }
H1.HeaderClassName
{
color: #B5AAA4;
}
.AnyTagClassName
{
color: #B5AAA4;
}
</style>
background-color css
<style>
a { background-color: #B5AAA4; }
a { background-color: rgb(181,170,164); }
div.DivClassName
{
background-color: #B5AAA4;
}
.BgClassName
{
background-color: #B5AAA4;
}
</style>
border-color css
<style>
span { border-color: #B5AAA4; }
span { border-color: rgb(181,170,164); }
td.TdClassName
{
border-color: #B5AAA4;
}
.TagClassName
{
border-color: #B5AAA4;
}
</style>