#BF6382

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

Shades of Tapestry #BF6382

Tints of Tapestry #BF6382

Color information

#BF6382 (or 0xBF6382) is unknown color: approx Tapestry. HEX triplet: BF, 63 and 82. RGB value is (191,99,130). Sum of RGB (Red+Green+Blue) = 191+99+130=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6382 is #409C7D. Grayscale: #828282. Windows color (decimal): -4234366 or 8545215. OLE color: 8545215.

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

Color convert

RGB19199130-
CMYK00.480.320.25
HSL339.78º41.82%56.86%-
HSV(B)339.78º48.17%74.9%-
XYZ29.9821.6123.71-
YUV130.04127.98171.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=45.48%
G=23.57%
B=30.95%

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
Decimal1919913000.480.320.25339.7841.8256.86
HexBF638203020191542a39
Octal27714320206040315245271
Binary10111111110001110000010011000010000011001101010100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6382; }

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

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

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

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

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

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

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

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