#B9ACA9

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

Shades of Martini #B9ACA9

Tints of Martini #B9ACA9

Color information

#B9ACA9 (or 0xB9ACA9) is unknown color: approx Martini. HEX triplet: B9, AC and A9. RGB value is (185,172,169). Sum of RGB (Red+Green+Blue) = 185+172+169=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ACA9 is #465356. Grayscale: #AFAFAF. Windows color (decimal): -4608855 or 11119801. OLE color: 11119801.

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

Color convert

RGB185172169-
CMYK00.070.090.27
HSL11.25º10.26%69.41%-
HSV(B)11.25º8.65%72.55%-
XYZ41.9242.6843.57-
YUV175.54124.31134.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=35.17%
G=32.70%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517216900.070.090.2711.2510.2669.41
HexB9ACA90791Bba45
Octal2712542510711331312105
Binary1011100110101100101010010111100111011101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACA9; }

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

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

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

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

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

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

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

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