#BFA79C

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

Shades of Martini #BFA79C

Tints of Martini #BFA79C

Color information

#BFA79C (or 0xBFA79C) is unknown color: approx Martini. HEX triplet: BF, A7 and 9C. RGB value is (191,167,156). Sum of RGB (Red+Green+Blue) = 191+167+156=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA79C is #405863. Grayscale: #ACACAC. Windows color (decimal): -4216932 or 10266559. OLE color: 10266559.

HSL color Cylindrical-coordinate representation of color #BFA79C: hue angle of 18.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFA79C is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB191167156-
CMYK00.130.180.25
HSL18.86º21.47%68.04%-
HSV(B)18.86º18.32%74.9%-
XYZ41.3141.1137.21-
YUV172.92118.45140.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 167 (65.62% from 255) = 32.49%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=37.16%
G=32.49%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116715600.130.180.2518.8621.4768.04
HexBFA79C0D1219131544
Octal27724723401522312325104
Binary10111111101001111001110001101100101100110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA79C; }

 p { color: rgb(191,167,156); }

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

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

 a { background-color: rgb(191,167,156); }

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

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

 span { border-color: rgb(191,167,156); }

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