#BF7582

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

Shades of Tapestry #BF7582

Tints of Tapestry #BF7582

Color information

#BF7582 (or 0xBF7582) is unknown color: approx Tapestry. HEX triplet: BF, 75 and 82. RGB value is (191,117,130). Sum of RGB (Red+Green+Blue) = 191+117+130=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7582 is #408A7D. Grayscale: #8C8C8C. Windows color (decimal): -4229758 or 8549823. OLE color: 8549823.

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

Color convert

RGB191117130-
CMYK00.390.320.25
HSL349.46º36.63%60.39%-
HSV(B)349.46º38.74%74.9%-
XYZ31.8825.4124.34-
YUV140.61122.02163.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=43.61%
G=26.71%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111713000.390.320.25349.4636.6360.39
HexBF7582027201915d253c
Octal27716520204740315354574
Binary10111111111010110000010010011110000011001101011101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7582; }

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

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

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

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

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

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

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

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