#BBA59E

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

Shades of Martini #BBA59E

Tints of Martini #BBA59E

Color information

#BBA59E (or 0xBBA59E) is unknown color: approx Martini. HEX triplet: BB, A5 and 9E. RGB value is (187,165,158). Sum of RGB (Red+Green+Blue) = 187+165+158=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA59E is #445A61. Grayscale: #AAAAAA. Windows color (decimal): -4479586 or 10397115. OLE color: 10397115.

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

Color convert

RGB187165158-
CMYK00.120.160.27
HSL14.48º17.58%67.65%-
HSV(B)14.48º15.51%73.33%-
XYZ40.1239.9437.94-
YUV170.78120.79139.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=36.67%
G=32.35%
B=30.98%

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
Decimal18716515800.120.160.2714.4817.5867.65
HexBBA59E0C101Be1244
Octal27324523601420331622104
Binary1011101110100101100111100110010000110111110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA59E; }

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

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

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

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

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

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

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

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