#B9AFAC

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

Shades of Martini #B9AFAC

Tints of Martini #B9AFAC

Color information

#B9AFAC (or 0xB9AFAC) is unknown color: approx Martini. HEX triplet: B9, AF and AC. RGB value is (185,175,172). Sum of RGB (Red+Green+Blue) = 185+175+172=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AFAC is #465053. Grayscale: #B1B1B1. Windows color (decimal): -4608084 or 11317177. OLE color: 11317177.

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

Color convert

RGB185175172-
CMYK00.050.070.27
HSL13.85º8.5%70%-
HSV(B)13.85º7.03%72.55%-
XYZ42.7843.9545.26-
YUV177.65124.81133.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=34.77%
G=32.89%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517517200.050.070.2713.858.570
HexB9AFAC0571Be846
Octal271257254057331610106
Binary101110011010111110101100010111111011111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFAC; }

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

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

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

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

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

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

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

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