#BF6E7F

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

Shades of Tapestry #BF6E7F

Tints of Tapestry #BF6E7F

Color information

#BF6E7F (or 0xBF6E7F) is unknown color: approx Tapestry. HEX triplet: BF, 6E and 7F. RGB value is (191,110,127). Sum of RGB (Red+Green+Blue) = 191+110+127=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E7F is #409180. Grayscale: #888888. Windows color (decimal): -4231553 or 8351423. OLE color: 8351423.

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

Color convert

RGB191110127-
CMYK00.420.340.25
HSL347.41º38.76%59.02%-
HSV(B)347.41º42.41%74.9%-
XYZ30.8923.7623.04-
YUV136.16122.84167.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 127 (50% from 255) = 29.67%
R=44.63%
G=25.70%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111012700.420.340.25347.4138.7659.02
HexBF6E7F02A221915b273b
Octal27715617705242315334773
Binary1011111111011101111111010101010001011001101011011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E7F; }

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

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

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

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

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

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

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

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