#BBA79D

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

Shades of Martini #BBA79D

Tints of Martini #BBA79D

Color information

#BBA79D (or 0xBBA79D) is unknown color: approx Martini. HEX triplet: BB, A7 and 9D. RGB value is (187,167,157). Sum of RGB (Red+Green+Blue) = 187+167+157=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA79D is #445862. Grayscale: #ABABAB. Windows color (decimal): -4479075 or 10332091. OLE color: 10332091.

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

Color convert

RGB187167157-
CMYK00.110.160.27
HSL20º18.07%67.45%-
HSV(B)20º16.04%73.33%-
XYZ40.440.6437.61-
YUV171.84119.63138.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=36.59%
G=32.68%
B=30.72%

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
Decimal18716715700.110.160.272018.0767.45
HexBBA79D0B101B141243
Octal27324723501320332422103
Binary10111011101001111001110101011100001101110100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA79D; }

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

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

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

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

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

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

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

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