#BF6D85

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

Shades of Tapestry #BF6D85

Tints of Tapestry #BF6D85

Color information

#BF6D85 (or 0xBF6D85) is unknown color: approx Tapestry. HEX triplet: BF, 6D and 85. RGB value is (191,109,133). Sum of RGB (Red+Green+Blue) = 191+109+133=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6D85 is #40927A. Grayscale: #888888. Windows color (decimal): -4231803 or 8744383. OLE color: 8744383.

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

Color convert

RGB191109133-
CMYK00.430.300.25
HSL342.44º39.05%58.82%-
HSV(B)342.44º42.93%74.9%-
XYZ31.1923.7125.12-
YUV136.25126.17167.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=44.11%
G=25.17%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110913300.430.300.25342.4439.0558.82
HexBF6D8502B1E19156273b
Octal27715520505336315264773
Binary1011111111011011000010101010111111011001101010110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6D85; }

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

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

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

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

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

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

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

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