#BF6082

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

Shades of Tapestry #BF6082

Tints of Tapestry #BF6082

Color information

#BF6082 (or 0xBF6082) is unknown color: approx Tapestry. HEX triplet: BF, 60 and 82. RGB value is (191,96,130). Sum of RGB (Red+Green+Blue) = 191+96+130=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6082 is #409F7D. Grayscale: #808080. Windows color (decimal): -4235134 or 8544447. OLE color: 8544447.

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

Color convert

RGB19196130-
CMYK00.500.320.25
HSL338.53º42.6%56.27%-
HSV(B)338.53º49.74%74.9%-
XYZ29.721.0523.62-
YUV128.28128.97172.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=45.80%
G=23.02%
B=31.18%

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
Decimal1919613000.500.320.25338.5342.656.27
HexBF608203220191532b38
Octal27714020206240315235370
Binary10111111110000010000010011001010000011001101010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6082; }

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

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

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

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

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

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

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

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