#B2A09D

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

Shades of Martini #B2A09D

Tints of Martini #B2A09D

Color information

#B2A09D (or 0xB2A09D) is unknown color: approx Martini. HEX triplet: B2, A0 and 9D. RGB value is (178,160,157). Sum of RGB (Red+Green+Blue) = 178+160+157=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A09D is #4D5F62. Grayscale: #A5A5A5. Windows color (decimal): -5070691 or 10330290. OLE color: 10330290.

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

Color convert

RGB178160157-
CMYK00.100.120.30
HSL8.57º12%65.69%-
HSV(B)8.57º11.8%69.8%-
XYZ37.0237.0437.1-
YUV165.04123.46137.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=35.96%
G=32.32%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816015700.100.120.308.571265.69
HexB2A09D0AC1E9c42
Octal26224023501214361114102
Binary10110010101000001001110101010110011110100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A09D; }

 p { color: rgb(178,160,157); }

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

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

 a { background-color: rgb(178,160,157); }

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

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

 span { border-color: rgb(178,160,157); }

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