#BFA6A4

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

Shades of Martini #BFA6A4

Tints of Martini #BFA6A4

Color information

#BFA6A4 (or 0xBFA6A4) is unknown color: approx Martini. HEX triplet: BF, A6 and A4. RGB value is (191,166,164). Sum of RGB (Red+Green+Blue) = 191+166+164=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA6A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA6A4 is #40595B. Grayscale: #ADADAD. Windows color (decimal): -4217180 or 10790591. OLE color: 10790591.

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

Color convert

RGB191166164-
CMYK00.130.140.25
HSL4.44º17.42%69.61%-
HSV(B)4.44º14.14%74.9%-
XYZ41.8241.0340.84-
YUV173.25122.78140.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=36.66%
G=31.86%
B=31.48%

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
Decimal19116616400.130.140.254.4417.4269.61
HexBFA6A40DE1941146
Octal2772462440151631421106
Binary10111111101001101010010001101111011001100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6A4; }

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

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

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

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

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

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

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

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