#BF6486

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

Shades of Tapestry #BF6486

Tints of Tapestry #BF6486

Color information

#BF6486 (or 0xBF6486) is unknown color: approx Tapestry. HEX triplet: BF, 64 and 86. RGB value is (191,100,134). Sum of RGB (Red+Green+Blue) = 191+100+134=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6486 is #409B79. Grayscale: #838383. Windows color (decimal): -4234106 or 8807615. OLE color: 8807615.

HSL color Cylindrical-coordinate representation of color #BF6486: hue angle of 337.58º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6486 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191100134-
CMYK00.480.300.25
HSL337.58º41.55%57.06%-
HSV(B)337.58º47.64%74.9%-
XYZ30.3521.9125.18-
YUV131.08129.65170.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=44.94%
G=23.53%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110013400.480.300.25337.5841.5557.06
HexBF64860301E191522a39
Octal27714420606036315225271
Binary1011111111001001000011001100001111011001101010010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6486; }

 p { color: rgb(191,100,134); }

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

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

 a { background-color: rgb(191,100,134); }

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

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

 span { border-color: rgb(191,100,134); }

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