#BF6E8C

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

Shades of Tapestry #BF6E8C

Tints of Tapestry #BF6E8C

Color information

#BF6E8C (or 0xBF6E8C) is unknown color: approx Tapestry. HEX triplet: BF, 6E and 8C. RGB value is (191,110,140). Sum of RGB (Red+Green+Blue) = 191+110+140=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6E8C is #409173. Grayscale: #898989. Windows color (decimal): -4231540 or 9203391. OLE color: 9203391.

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

Color convert

RGB191110140-
CMYK00.420.270.25
HSL337.78º38.76%59.02%-
HSV(B)337.78º42.41%74.9%-
XYZ31.824.1227.79-
YUV137.64129.34166.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=43.31%
G=24.94%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111014000.420.270.25337.7838.7659.02
HexBF6E8C02A1B19152273b
Octal27715621405233315224773
Binary1011111111011101000110001010101101111001101010010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E8C; }

 p { color: rgb(191,110,140); }

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

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

 a { background-color: rgb(191,110,140); }

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

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

 span { border-color: rgb(191,110,140); }

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