#BF7086

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

Shades of Tapestry #BF7086

Tints of Tapestry #BF7086

Color information

#BF7086 (or 0xBF7086) is unknown color: approx Tapestry. HEX triplet: BF, 70 and 86. RGB value is (191,112,134). Sum of RGB (Red+Green+Blue) = 191+112+134=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7086 is #408F79. Grayscale: #8A8A8A. Windows color (decimal): -4231034 or 8810687. OLE color: 8810687.

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

Color convert

RGB191112134-
CMYK00.410.300.25
HSL343.29º38.16%59.41%-
HSV(B)343.29º41.36%74.9%-
XYZ31.5824.3925.6-
YUV138.13125.67165.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=43.71%
G=25.63%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111213400.410.300.25343.2938.1659.41
HexBF70860291E19157263b
Octal27716020605136315274673
Binary1011111111100001000011001010011111011001101010111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7086; }

 p { color: rgb(191,112,134); }

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

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

 a { background-color: rgb(191,112,134); }

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

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

 span { border-color: rgb(191,112,134); }

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