#BF6685

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

Shades of Tapestry #BF6685

Tints of Tapestry #BF6685

Color information

#BF6685 (or 0xBF6685) is unknown color: approx Tapestry. HEX triplet: BF, 66 and 85. RGB value is (191,102,133). Sum of RGB (Red+Green+Blue) = 191+102+133=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6685 is #40997A. Grayscale: #848484. Windows color (decimal): -4233595 or 8742591. OLE color: 8742591.

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

Color convert

RGB191102133-
CMYK00.470.300.25
HSL339.1º41.01%57.45%-
HSV(B)339.1º46.6%74.9%-
XYZ30.4722.2724.88-
YUV132.14128.49169.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=44.84%
G=23.94%
B=31.22%

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
Decimal19110213300.470.300.25339.141.0157.45
HexBF668502F1E191532939
Octal27714620505736315235171
Binary1011111111001101000010101011111111011001101010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6685; }

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

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

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

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

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

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

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

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