#BFA7A0

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

Shades of Martini #BFA7A0

Tints of Martini #BFA7A0

Color information

#BFA7A0 (or 0xBFA7A0) is unknown color: approx Martini. HEX triplet: BF, A7 and A0. RGB value is (191,167,160). Sum of RGB (Red+Green+Blue) = 191+167+160=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA7A0 is #40585F. Grayscale: #ADADAD. Windows color (decimal): -4216928 or 10528703. OLE color: 10528703.

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

Color convert

RGB191167160-
CMYK00.130.160.25
HSL13.55º19.5%68.82%-
HSV(B)13.55º16.23%74.9%-
XYZ41.6541.2539.02-
YUV173.38120.45140.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 167 (65.62% from 255) = 32.24%
BLUE value IS 160 (62.89% from 255) = 30.89%
R=36.87%
G=32.24%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116716000.130.160.2513.5519.568.82
HexBFA7A00D1019e1345
Octal27724724001520311623105
Binary1011111110100111101000000110110000110011110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA7A0; }

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

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

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

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

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

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

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

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