#BBA59C

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

Shades of Martini #BBA59C

Tints of Martini #BBA59C

Color information

#BBA59C (or 0xBBA59C) is unknown color: approx Martini. HEX triplet: BB, A5 and 9C. RGB value is (187,165,156). Sum of RGB (Red+Green+Blue) = 187+165+156=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA59C is #445A63. Grayscale: #AAAAAA. Windows color (decimal): -4479588 or 10266043. OLE color: 10266043.

HSL color Cylindrical-coordinate representation of color #BBA59C: hue angle of 17.42º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBA59C is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB187165156-
CMYK00.120.170.27
HSL17.42º18.56%67.25%-
HSV(B)17.42º16.58%73.33%-
XYZ39.9539.8837.04-
YUV170.55119.79139.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 165 (64.84% from 255) = 32.48%
BLUE value IS 156 (61.33% from 255) = 30.71%
R=36.81%
G=32.48%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716515600.120.170.2717.4218.5667.25
HexBBA59C0C111B111343
Octal27324523401421332123103
Binary10111011101001011001110001100100011101110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA59C; }

 p { color: rgb(187,165,156); }

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

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

 a { background-color: rgb(187,165,156); }

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

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

 span { border-color: rgb(187,165,156); }

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