#BF6E7A

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

Shades of Tapestry #BF6E7A

Tints of Tapestry #BF6E7A

Color information

#BF6E7A (or 0xBF6E7A) is unknown color: approx Tapestry. HEX triplet: BF, 6E and 7A. RGB value is (191,110,122). Sum of RGB (Red+Green+Blue) = 191+110+122=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E7A is #409185. Grayscale: #878787. Windows color (decimal): -4231558 or 8023743. OLE color: 8023743.

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

Color convert

RGB191110122-
CMYK00.420.360.25
HSL351.11º38.76%59.02%-
HSV(B)351.11º42.41%74.9%-
XYZ30.5723.6321.36-
YUV135.59120.34167.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=45.15%
G=26.00%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111012200.420.360.25351.1138.7659.02
HexBF6E7A02A241915f273b
Octal27715617205244315374773
Binary1011111111011101111010010101010010011001101011111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E7A; }

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

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

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

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

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

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

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

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