Shades of Martini #B5AAA5
Tints of Martini #B5AAA5
RGB
CMYK
RGB Variations
Color information
#B5AAA5 (or 0xB5AAA5) is known color: Martini. HEX triplet: B5, AA and A5. RGB value is (181,170,165). Sum of RGB (Red+Green+Blue) = 181+170+165=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AAA5 is #4A555A. Grayscale: #ACACAC. Windows color (decimal): -4871515 or 10857141. OLE color: 10857141.
HSL color Cylindrical-coordinate representation of color #B5AAA5: hue angle of 18.75º 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 #B5AAA5 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 170 | 165 | - |
CMYK | 0 | 0.06 | 0.09 | 0.29 |
HSL | 18.75º | 0.1% | 0.68% | - |
HSV(B) | 18.75º | 0.09% | 0.71% | - |
XYZ | 40.22 | 41.29 | 41.45 | - |
YUV | 172.72 | 123.64 | 133.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 170 | 165 | 0 | 0.06 | 0.09 | 0.29 | 18.75 | 0.1 | 0.68 |
Hex | B5 | AA | A5 | 0 | 6 | 9 | 1D | 13 | A | 44 |
Octal | 265 | 252 | 245 | 0 | 6 | 11 | 35 | 23 | 12 | 104 |
Binary | 10110101 | 10101010 | 10100101 | 0 | 110 | 1001 | 11101 | 10011 | 1010 | 1000100 |
Color Harmonies of #B5AAA5
Complementary color
Monochromatic Colors of #B5AAA5
Black with #B5AAA5
Text Example
Text Example
White with #B5AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AAA5; }
p { color: rgb(181,170,165); }
H1.HeaderClassName
{
color: #B5AAA5;
}
.AnyTagClassName
{
color: #B5AAA5;
}
</style>
background-color css
<style>
a { background-color: #B5AAA5; }
a { background-color: rgb(181,170,165); }
div.DivClassName
{
background-color: #B5AAA5;
}
.BgClassName
{
background-color: #B5AAA5;
}
</style>
border-color css
<style>
span { border-color: #B5AAA5; }
span { border-color: rgb(181,170,165); }
td.TdClassName
{
border-color: #B5AAA5;
}
.TagClassName
{
border-color: #B5AAA5;
}
</style>