#B9ACA8

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

Shades of Martini #B9ACA8

Tints of Martini #B9ACA8

Color information

#B9ACA8 (or 0xB9ACA8) is unknown color: approx Martini. HEX triplet: B9, AC and A8. RGB value is (185,172,168). Sum of RGB (Red+Green+Blue) = 185+172+168=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ACA8 is #465357. Grayscale: #AFAFAF. Windows color (decimal): -4608856 or 11054265. OLE color: 11054265.

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

Color convert

RGB185172168-
CMYK00.070.090.27
HSL14.12º10.83%69.22%-
HSV(B)14.12º9.19%72.55%-
XYZ41.8342.6543.07-
YUV175.43123.81134.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 168 (66.02% from 255) = 32%
R=35.24%
G=32.76%
B=32%

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
Decimal18517216800.070.090.2714.1210.8369.22
HexB9ACA80791Beb45
Octal2712542500711331613105
Binary1011100110101100101010000111100111011111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACA8; }

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

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

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

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

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

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

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

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