#B5AAA5

Color #B5AAA5 Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #B5AAA5

Tints of Martini #B5AAA5

Color information

#B5AAA5 (or 0xB5AAA5) is unknown color: approx 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

RGB181170165-
CMYK00.060.090.29
HSL18.75º9.76%67.84%-
HSV(B)18.75º8.84%70.98%-
XYZ40.2241.2941.45-
YUV172.72123.64133.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=35.08%
G=32.95%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117016500.060.090.2918.759.7667.84
HexB5AAA50691D13a44
Octal2652522450611352312104
Binary10110101101010101010010101101001111011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>