#BF6686

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

Shades of Tapestry #BF6686

Tints of Tapestry #BF6686

Color information

#BF6686 (or 0xBF6686) is unknown color: approx Tapestry. HEX triplet: BF, 66 and 86. RGB value is (191,102,134). Sum of RGB (Red+Green+Blue) = 191+102+134=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6686 is #409979. Grayscale: #848484. Windows color (decimal): -4233594 or 8808127. OLE color: 8808127.

HSL color Cylindrical-coordinate representation of color #BF6686: hue angle of 338.43º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6686 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191102134-
CMYK00.470.300.25
HSL338.43º41.01%57.45%-
HSV(B)338.43º46.6%74.9%-
XYZ30.5422.325.25-
YUV132.26128.99169.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=44.73%
G=23.89%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110213400.470.300.25338.4341.0157.45
HexBF668602F1E191522939
Octal27714620605736315225171
Binary1011111111001101000011001011111111011001101010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6686; }

 p { color: rgb(191,102,134); }

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

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

 a { background-color: rgb(191,102,134); }

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

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

 span { border-color: rgb(191,102,134); }

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