#B9AEAB

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

Shades of Martini #B9AEAB

Tints of Martini #B9AEAB

Color information

#B9AEAB (or 0xB9AEAB) is unknown color: approx Martini. HEX triplet: B9, AE and AB. RGB value is (185,174,171). Sum of RGB (Red+Green+Blue) = 185+174+171=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AEAB is #465154. Grayscale: #B0B0B0. Windows color (decimal): -4608341 or 11251385. OLE color: 11251385.

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

Color convert

RGB185174171-
CMYK00.060.080.27
HSL12.86º9.09%69.8%-
HSV(B)12.86º7.57%72.55%-
XYZ42.4943.5344.69-
YUV176.95124.64133.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=34.91%
G=32.83%
B=32.26%

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
Decimal18517417100.060.080.2712.869.0969.8
HexB9AEAB0681Bd946
Octal2712562530610331511106
Binary1011100110101110101010110110100011011110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEAB; }

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

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

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

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

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

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

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

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