#BF5F7F

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

Shades of Tapestry #BF5F7F

Tints of Tapestry #BF5F7F

Color information

#BF5F7F (or 0xBF5F7F) is unknown color: approx Tapestry. HEX triplet: BF, 5F and 7F. RGB value is (191,95,127). Sum of RGB (Red+Green+Blue) = 191+95+127=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5F7F is #40A080. Grayscale: #7F7F7F. Windows color (decimal): -4235393 or 8347583. OLE color: 8347583.

HSL color Cylindrical-coordinate representation of color #BF5F7F: hue angle of 340º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5F7F is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19195127-
CMYK00.500.340.25
HSL340º42.86%56.08%-
HSV(B)340º50.26%74.9%-
XYZ29.4120.7922.54-
YUV127.35127.8173.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 127 (50% from 255) = 30.75%
R=46.25%
G=23.00%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919512700.500.340.2534042.8656.08
HexBF5F7F03222191542b38
Octal27713717706242315245370
Binary1011111110111111111111011001010001011001101010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F7F; }

 p { color: rgb(191,95,127); }

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

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

 a { background-color: rgb(191,95,127); }

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

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

 span { border-color: rgb(191,95,127); }

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