#BFA3A0

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

Shades of Martini #BFA3A0

Tints of Martini #BFA3A0

Color information

#BFA3A0 (or 0xBFA3A0) is unknown color: approx Martini. HEX triplet: BF, A3 and A0. RGB value is (191,163,160). Sum of RGB (Red+Green+Blue) = 191+163+160=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA3A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA3A0 is #405C5F. Grayscale: #ABABAB. Windows color (decimal): -4217952 or 10527679. OLE color: 10527679.

HSL color Cylindrical-coordinate representation of color #BFA3A0: hue angle of 5.81º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA3A0 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB191163160-
CMYK00.150.160.25
HSL5.81º19.5%68.82%-
HSV(B)5.81º16.23%74.9%-
XYZ40.9339.8138.78-
YUV171.03121.78142.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 163 (64.06% from 255) = 31.71%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=37.16%
G=31.71%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116316000.150.160.255.8119.568.82
HexBFA3A00F101961345
Octal2772432400172031623105
Binary101111111010001110100000011111000011001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA3A0; }

 p { color: rgb(191,163,160); }

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

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

 a { background-color: rgb(191,163,160); }

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

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

 span { border-color: rgb(191,163,160); }

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