#BF757C

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

Shades of Tapestry #BF757C

Tints of Tapestry #BF757C

Color information

#BF757C (or 0xBF757C) is unknown color: approx Tapestry. HEX triplet: BF, 75 and 7C. RGB value is (191,117,124). Sum of RGB (Red+Green+Blue) = 191+117+124=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF757C is #408A83. Grayscale: #8B8B8B. Windows color (decimal): -4229764 or 8156607. OLE color: 8156607.

HSL color Cylindrical-coordinate representation of color #BF757C: hue angle of 354.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF757C is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB191117124-
CMYK00.390.350.25
HSL354.32º36.63%60.39%-
HSV(B)354.32º38.74%74.9%-
XYZ31.4925.2522.28-
YUV139.92119.02164.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 124 (48.83% from 255) = 28.70%
R=44.21%
G=27.08%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111712400.390.350.25354.3236.6360.39
HexBF757C0272319162253c
Octal27716517404743315424574
Binary1011111111101011111100010011110001111001101100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF757C; }

 p { color: rgb(191,117,124); }

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

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

 a { background-color: rgb(191,117,124); }

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

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

 span { border-color: rgb(191,117,124); }

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