#B9AEA9

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

Shades of Martini #B9AEA9

Tints of Martini #B9AEA9

Color information

#B9AEA9 (or 0xB9AEA9) is unknown color: approx Martini. HEX triplet: B9, AE and A9. RGB value is (185,174,169). Sum of RGB (Red+Green+Blue) = 185+174+169=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AEA9 is #465156. Grayscale: #B0B0B0. Windows color (decimal): -4608343 or 11120313. OLE color: 11120313.

HSL color Cylindrical-coordinate representation of color #B9AEA9: hue angle of 18.75º 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 #B9AEA9 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB185174169-
CMYK00.060.090.27
HSL18.75º10.26%69.41%-
HSV(B)18.75º8.65%72.55%-
XYZ42.3143.4543.69-
YUV176.72123.64133.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=35.04%
G=32.95%
B=32.01%

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
Decimal18517416900.060.090.2718.7510.2669.41
HexB9AEA90691B13a45
Octal2712562510611332312105
Binary10111001101011101010100101101001110111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEA9; }

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

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

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

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

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

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

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

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