#BBA69D

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

Shades of Martini #BBA69D

Tints of Martini #BBA69D

Color information

#BBA69D (or 0xBBA69D) is unknown color: approx Martini. HEX triplet: BB, A6 and 9D. RGB value is (187,166,157). Sum of RGB (Red+Green+Blue) = 187+166+157=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA69D is #445962. Grayscale: #ABABAB. Windows color (decimal): -4479331 or 10331835. OLE color: 10331835.

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

Color convert

RGB187166157-
CMYK00.110.160.27
HSL18º18.07%67.45%-
HSV(B)18º16.04%73.33%-
XYZ40.2240.2737.55-
YUV171.25119.96139.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=36.67%
G=32.55%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716615700.110.160.271818.0767.45
HexBBA69D0B101B121243
Octal27324623501320332222103
Binary10111011101001101001110101011100001101110010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA69D; }

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

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

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

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

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

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

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

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