#BBA49C

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

Shades of Martini #BBA49C

Tints of Martini #BBA49C

Color information

#BBA49C (or 0xBBA49C) is unknown color: approx Martini. HEX triplet: BB, A4 and 9C. RGB value is (187,164,156). Sum of RGB (Red+Green+Blue) = 187+164+156=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA49C is #445B63. Grayscale: #AAAAAA. Windows color (decimal): -4479844 or 10265787. OLE color: 10265787.

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

Color convert

RGB187164156-
CMYK00.120.170.27
HSL15.48º18.56%67.25%-
HSV(B)15.48º16.58%73.33%-
XYZ39.7739.5236.98-
YUV169.96120.12140.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=36.88%
G=32.35%
B=30.77%

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
Decimal18716415600.120.170.2715.4818.5667.25
HexBBA49C0C111Bf1343
Octal27324423401421331723103
Binary1011101110100100100111000110010001110111111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA49C; }

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

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

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

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

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

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

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

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