#B9ADA9

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

Shades of Martini #B9ADA9

Tints of Martini #B9ADA9

Color information

#B9ADA9 (or 0xB9ADA9) is unknown color: approx Martini. HEX triplet: B9, AD and A9. RGB value is (185,173,169). Sum of RGB (Red+Green+Blue) = 185+173+169=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADA9 is #465256. Grayscale: #B0B0B0. Windows color (decimal): -4608599 or 11120057. OLE color: 11120057.

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

Color convert

RGB185173169-
CMYK00.060.090.27
HSL15º10.26%69.41%-
HSV(B)15º8.65%72.55%-
XYZ42.1143.0743.63-
YUV176.13123.98134.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=35.10%
G=32.83%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517316900.060.090.271510.2669.41
HexB9ADA90691Bfa45
Octal2712552510611331712105
Binary1011100110101101101010010110100111011111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADA9; }

 p { color: rgb(185,173,169); }

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

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

 a { background-color: rgb(185,173,169); }

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

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

 span { border-color: rgb(185,173,169); }

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