#BBA89E

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

Shades of Martini #BBA89E

Tints of Martini #BBA89E

Color information

#BBA89E (or 0xBBA89E) is unknown color: approx Martini. HEX triplet: BB, A8 and 9E. RGB value is (187,168,158). Sum of RGB (Red+Green+Blue) = 187+168+158=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA89E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA89E is #445761. Grayscale: #ACACAC. Windows color (decimal): -4478818 or 10397883. OLE color: 10397883.

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

Color convert

RGB187168158-
CMYK00.100.160.27
HSL20.69º17.58%67.65%-
HSV(B)20.69º15.51%73.33%-
XYZ40.6741.0438.13-
YUV172.54119.79138.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=36.45%
G=32.75%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716815800.100.160.2720.6917.5867.65
HexBBA89E0A101B151244
Octal27325023601220332522104
Binary10111011101010001001111001010100001101110101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA89E; }

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

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

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

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

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

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

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

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