#BF5F82

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

Shades of Tapestry #BF5F82

Tints of Tapestry #BF5F82

Color information

#BF5F82 (or 0xBF5F82) is unknown color: approx Tapestry. HEX triplet: BF, 5F and 82. RGB value is (191,95,130). Sum of RGB (Red+Green+Blue) = 191+95+130=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5F82 is #40A07D. Grayscale: #7F7F7F. Windows color (decimal): -4235390 or 8544191. OLE color: 8544191.

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

Color convert

RGB19195130-
CMYK00.500.320.25
HSL338.12º42.86%56.08%-
HSV(B)338.12º50.26%74.9%-
XYZ29.6120.8723.59-
YUV127.69129.3173.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=45.91%
G=22.84%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919513000.500.320.25338.1242.8656.08
HexBF5F8203220191522b38
Octal27713720206240315225370
Binary10111111101111110000010011001010000011001101010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F82; }

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

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

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

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

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

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

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

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