#BBA69E

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

Shades of Martini #BBA69E

Tints of Martini #BBA69E

Color information

#BBA69E (or 0xBBA69E) is unknown color: approx Martini. HEX triplet: BB, A6 and 9E. RGB value is (187,166,158). Sum of RGB (Red+Green+Blue) = 187+166+158=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA69E is #445961. Grayscale: #ABABAB. Windows color (decimal): -4479330 or 10397371. OLE color: 10397371.

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

Color convert

RGB187166158-
CMYK00.110.160.27
HSL16.55º17.58%67.65%-
HSV(B)16.55º15.51%73.33%-
XYZ40.340.3138-
YUV171.37120.46139.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 158 (62.11% from 255) = 30.92%
R=36.59%
G=32.49%
B=30.92%

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
Decimal18716615800.110.160.2716.5517.5867.65
HexBBA69E0B101B111244
Octal27324623601320332122104
Binary10111011101001101001111001011100001101110001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA69E; }

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

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

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

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

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

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

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

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