#B9AEAA

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

Shades of Martini #B9AEAA

Tints of Martini #B9AEAA

Color information

#B9AEAA (or 0xB9AEAA) is unknown color: approx Martini. HEX triplet: B9, AE and AA. RGB value is (185,174,170). Sum of RGB (Red+Green+Blue) = 185+174+170=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AEAA is #465155. Grayscale: #B0B0B0. Windows color (decimal): -4608342 or 11185849. OLE color: 11185849.

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

Color convert

RGB185174170-
CMYK00.060.080.27
HSL16º9.68%69.61%-
HSV(B)16º8.11%72.55%-
XYZ42.443.4944.19-
YUV176.83124.14133.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=34.97%
G=32.89%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517417000.060.080.27169.6869.61
HexB9AEAA0681B10a46
Octal2712562520610332012106
Binary10111001101011101010101001101000110111000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEAA; }

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

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

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

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

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

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

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

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