#BF6488

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

Shades of Tapestry #BF6488

Tints of Tapestry #BF6488

Color information

#BF6488 (or 0xBF6488) is unknown color: approx Tapestry. HEX triplet: BF, 64 and 88. RGB value is (191,100,136). Sum of RGB (Red+Green+Blue) = 191+100+136=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6488 is #409B77. Grayscale: #838383. Windows color (decimal): -4234104 or 8938687. OLE color: 8938687.

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

Color convert

RGB191100136-
CMYK00.480.290.25
HSL336.26º41.55%57.06%-
HSV(B)336.26º47.64%74.9%-
XYZ30.4921.9725.93-
YUV131.31130.65170.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=44.73%
G=23.42%
B=31.85%

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
Decimal19110013600.480.290.25336.2641.5557.06
HexBF64880301D191502a39
Octal27714421006035315205271
Binary1011111111001001000100001100001110111001101010000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6488; }

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

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

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

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

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

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

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

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