#BF6482

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

Shades of Tapestry #BF6482

Tints of Tapestry #BF6482

Color information

#BF6482 (or 0xBF6482) is unknown color: approx Tapestry. HEX triplet: BF, 64 and 82. RGB value is (191,100,130). Sum of RGB (Red+Green+Blue) = 191+100+130=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6482 is #409B7D. Grayscale: #828282. Windows color (decimal): -4234110 or 8545471. OLE color: 8545471.

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

Color convert

RGB191100130-
CMYK00.480.320.25
HSL340.22º41.55%57.06%-
HSV(B)340.22º47.64%74.9%-
XYZ30.0721.823.74-
YUV130.63127.65171.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=45.37%
G=23.75%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110013000.480.320.25340.2241.5557.06
HexBF648203020191542a39
Octal27714420206040315245271
Binary10111111110010010000010011000010000011001101010100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6482; }

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

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

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

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

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

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

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

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