#BFA49C

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

Shades of Martini #BFA49C

Tints of Martini #BFA49C

Color information

#BFA49C (or 0xBFA49C) is unknown color: approx Martini. HEX triplet: BF, A4 and 9C. RGB value is (191,164,156). Sum of RGB (Red+Green+Blue) = 191+164+156=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA49C is #405B63. Grayscale: #ABABAB. Windows color (decimal): -4217700 or 10265791. OLE color: 10265791.

HSL color Cylindrical-coordinate representation of color #BFA49C: hue angle of 13.71º 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 #BFA49C is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB191164156-
CMYK00.140.180.25
HSL13.71º21.47%68.04%-
HSV(B)13.71º18.32%74.9%-
XYZ40.7640.0337.03-
YUV171.16119.45142.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=37.38%
G=32.09%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116415600.140.180.2513.7121.4768.04
HexBFA49C0E1219e1544
Octal27724423401622311625104
Binary1011111110100100100111000111010010110011110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA49C; }

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

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

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

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

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

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

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

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