#BFA7A4

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

Shades of Martini #BFA7A4

Tints of Martini #BFA7A4

Color information

#BFA7A4 (or 0xBFA7A4) is unknown color: approx Martini. HEX triplet: BF, A7 and A4. RGB value is (191,167,164). Sum of RGB (Red+Green+Blue) = 191+167+164=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA7A4 is #40585B. Grayscale: #ADADAD. Windows color (decimal): -4216924 or 10790847. OLE color: 10790847.

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

Color convert

RGB191167164-
CMYK00.130.140.25
HSL6.67º17.42%69.61%-
HSV(B)6.67º14.14%74.9%-
XYZ42.0141.3940.9-
YUV173.83122.45140.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 164 (64.45% from 255) = 31.42%
R=36.59%
G=31.99%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116716400.130.140.256.6717.4269.61
HexBFA7A40DE1971146
Octal2772472440151631721106
Binary10111111101001111010010001101111011001111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA7A4; }

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

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

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

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

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

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

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

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