#BBA79E

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

Shades of Martini #BBA79E

Tints of Martini #BBA79E

Color information

#BBA79E (or 0xBBA79E) is unknown color: approx Martini. HEX triplet: BB, A7 and 9E. RGB value is (187,167,158). Sum of RGB (Red+Green+Blue) = 187+167+158=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA79E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA79E is #445861. Grayscale: #ACACAC. Windows color (decimal): -4479074 or 10397627. OLE color: 10397627.

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

Color convert

RGB187167158-
CMYK00.110.160.27
HSL18.62º17.58%67.65%-
HSV(B)18.62º15.51%73.33%-
XYZ40.4840.6738.06-
YUV171.95120.13138.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=36.52%
G=32.62%
B=30.86%

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
Decimal18716715800.110.160.2718.6217.5867.65
HexBBA79E0B101B131244
Octal27324723601320332322104
Binary10111011101001111001111001011100001101110011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA79E; }

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

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

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

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

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

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

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

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