#B5A39A

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

Shades of Martini #B5A39A

Tints of Martini #B5A39A

Color information

#B5A39A (or 0xB5A39A) is unknown color: approx Martini. HEX triplet: B5, A3 and 9A. RGB value is (181,163,154). Sum of RGB (Red+Green+Blue) = 181+163+154=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A39A is #4A5C65. Grayscale: #A7A7A7. Windows color (decimal): -4873318 or 10134453. OLE color: 10134453.

HSL color Cylindrical-coordinate representation of color #B5A39A: hue angle of 20º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5A39A is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB181163154-
CMYK00.100.150.29
HSL20º15.43%65.69%-
HSV(B)20º14.92%70.98%-
XYZ37.9938.3535.97-
YUV167.36120.46137.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=36.35%
G=32.73%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116315400.100.150.292015.4365.69
HexB5A39A0AF1D14f42
Octal26524323201217352417102
Binary101101011010001110011010010101111111011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A39A; }

 p { color: rgb(181,163,154); }

 H1.HeaderClassName
 {
   color: #B5A39A;
 }
 .AnyTagClassName
 {
   color: #B5A39A;
 }
</style>
background-color css

<style>
 a { background-color: #B5A39A; }

 a { background-color: rgb(181,163,154); }

 div.DivClassName
 {
   background-color: #B5A39A;
 }
 .BgClassName
 {
   background-color: #B5A39A;
 }
</style>
border-color css

<style>
 span { border-color: #B5A39A; }

 span { border-color: rgb(181,163,154); }

 td.TdClassName
 {
   border-color: #B5A39A;
 }
 .TagClassName
 {
   border-color: #B5A39A;
 }
</style>