#B9AFAB

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

Shades of Martini #B9AFAB

Tints of Martini #B9AFAB

Color information

#B9AFAB (or 0xB9AFAB) is unknown color: approx Martini. HEX triplet: B9, AF and AB. RGB value is (185,175,171). Sum of RGB (Red+Green+Blue) = 185+175+171=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AFAB is #465054. Grayscale: #B1B1B1. Windows color (decimal): -4608085 or 11251641. OLE color: 11251641.

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

Color convert

RGB185175171-
CMYK00.050.080.27
HSL17.14º9.09%69.8%-
HSV(B)17.14º7.57%72.55%-
XYZ42.6943.9144.75-
YUV177.53124.31133.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=34.84%
G=32.96%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517517100.050.080.2717.149.0969.8
HexB9AFAB0581B11946
Octal2712572530510332111106
Binary10111001101011111010101101011000110111000110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFAB; }

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

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

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

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

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

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

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

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