#BF6487

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

Shades of Tapestry #BF6487

Tints of Tapestry #BF6487

Color information

#BF6487 (or 0xBF6487) is unknown color: approx Tapestry. HEX triplet: BF, 64 and 87. RGB value is (191,100,135). Sum of RGB (Red+Green+Blue) = 191+100+135=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6487 is #409B78. Grayscale: #838383. Windows color (decimal): -4234105 or 8873151. OLE color: 8873151.

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

Color convert

RGB191100135-
CMYK00.480.290.25
HSL336.92º41.55%57.06%-
HSV(B)336.92º47.64%74.9%-
XYZ30.4221.9425.55-
YUV131.2130.15170.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=44.84%
G=23.47%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110013500.480.290.25336.9241.5557.06
HexBF64870301D191512a39
Octal27714420706035315215271
Binary1011111111001001000011101100001110111001101010001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6487; }

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

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

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

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

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

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

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

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