#BBA49D

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

Shades of Martini #BBA49D

Tints of Martini #BBA49D

Color information

#BBA49D (or 0xBBA49D) is unknown color: approx Martini. HEX triplet: BB, A4 and 9D. RGB value is (187,164,157). Sum of RGB (Red+Green+Blue) = 187+164+157=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA49D is #445B62. Grayscale: #AAAAAA. Windows color (decimal): -4479843 or 10331323. OLE color: 10331323.

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

Color convert

RGB187164157-
CMYK00.120.160.27
HSL14º18.07%67.45%-
HSV(B)14º16.04%73.33%-
XYZ39.8539.5537.43-
YUV170.08120.62140.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=36.81%
G=32.28%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716415700.120.160.271418.0767.45
HexBBA49D0C101Be1243
Octal27324423501420331622103
Binary1011101110100100100111010110010000110111110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA49D; }

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

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

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

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

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

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

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

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