#BF6384

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

Shades of Tapestry #BF6384

Tints of Tapestry #BF6384

Color information

#BF6384 (or 0xBF6384) is unknown color: approx Tapestry. HEX triplet: BF, 63 and 84. RGB value is (191,99,132). Sum of RGB (Red+Green+Blue) = 191+99+132=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6384 is #409C7B. Grayscale: #828282. Windows color (decimal): -4234364 or 8676287. OLE color: 8676287.

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

Color convert

RGB19199132-
CMYK00.480.310.25
HSL338.48º41.82%56.86%-
HSV(B)338.48º48.17%74.9%-
XYZ30.1121.6724.42-
YUV130.27128.98171.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=45.26%
G=23.46%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919913200.480.310.25338.4841.8256.86
HexBF63840301F191522a39
Octal27714320406037315225271
Binary1011111111000111000010001100001111111001101010010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6384; }

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

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

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

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

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

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

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

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