#BBA49F

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

Shades of Martini #BBA49F

Tints of Martini #BBA49F

Color information

#BBA49F (or 0xBBA49F) is unknown color: approx Martini. HEX triplet: BB, A4 and 9F. RGB value is (187,164,159). Sum of RGB (Red+Green+Blue) = 187+164+159=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA49F is #445B60. Grayscale: #AAAAAA. Windows color (decimal): -4479841 or 10462395. OLE color: 10462395.

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

Color convert

RGB187164159-
CMYK00.120.150.27
HSL10.71º17.07%67.84%-
HSV(B)10.71º14.97%73.33%-
XYZ40.0339.6238.34-
YUV170.31121.62139.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 164 (64.45% from 255) = 32.16%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=36.67%
G=32.16%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716415900.120.150.2710.7117.0767.84
HexBBA49F0CF1Bb1144
Octal27324423701417331321104
Binary101110111010010010011111011001111110111011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA49F; }

 p { color: rgb(187,164,159); }

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

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

 a { background-color: rgb(187,164,159); }

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

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

 span { border-color: rgb(187,164,159); }

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