#B9ABA5

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

Shades of Martini #B9ABA5

Tints of Martini #B9ABA5

Color information

#B9ABA5 (or 0xB9ABA5) is unknown color: approx Martini. HEX triplet: B9, AB and A5. RGB value is (185,171,165). Sum of RGB (Red+Green+Blue) = 185+171+165=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABA5 is #46545A. Grayscale: #AEAEAE. Windows color (decimal): -4609115 or 10857401. OLE color: 10857401.

HSL color Cylindrical-coordinate representation of color #B9ABA5: hue angle of 18º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9ABA5 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB185171165-
CMYK00.080.110.27
HSL18º12.5%68.63%-
HSV(B)18º10.81%72.55%-
XYZ41.3642.1641.55-
YUV174.5122.64135.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=35.51%
G=32.82%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517116500.080.110.271812.568.63
HexB9ABA508B1B12d45
Octal27125324501013332215105
Binary101110011010101110100101010001011110111001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABA5; }

 p { color: rgb(185,171,165); }

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

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

 a { background-color: rgb(185,171,165); }

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

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

 span { border-color: rgb(185,171,165); }

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