#B5AAA4

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

Shades of Martini #B5AAA4

Tints of Martini #B5AAA4

Color information

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

RGB181170164-
CMYK00.060.090.29
HSL21.18º10.3%67.65%-
HSV(B)21.18º9.39%70.98%-
XYZ40.1341.2540.97-
YUV172.6123.14133.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=35.15%
G=33.01%
B=31.84%

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
Decimal18117016400.060.090.2921.1810.367.65
HexB5AAA40691D15a44
Octal2652522440611352512104
Binary10110101101010101010010001101001111011010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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