#B2ABA7

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

Shades of Martini #B2ABA7

Tints of Martini #B2ABA7

Color information

#B2ABA7 (or 0xB2ABA7) is unknown color: approx Martini. HEX triplet: B2, AB and A7. RGB value is (178,171,167). Sum of RGB (Red+Green+Blue) = 178+171+167=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ABA7 is #4D5458. Grayscale: #ACACAC. Windows color (decimal): -5067865 or 10988466. OLE color: 10988466.

HSL color Cylindrical-coordinate representation of color #B2ABA7: hue angle of 21.82º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2ABA7 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB178171167-
CMYK00.040.060.30
HSL21.82º6.67%67.65%-
HSV(B)21.82º6.18%69.8%-
XYZ39.941.3842.44-
YUV172.64124.82131.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 167 (65.62% from 255) = 32.36%
R=34.50%
G=33.14%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817116700.040.060.3021.826.6767.65
HexB2ABA70461E16744
Octal26225324704636267104
Binary101100101010101110100111010011011110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ABA7; }

 p { color: rgb(178,171,167); }

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

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

 a { background-color: rgb(178,171,167); }

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

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

 span { border-color: rgb(178,171,167); }

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