#BF7686

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

Shades of Tapestry #BF7686

Tints of Tapestry #BF7686

Color information

#BF7686 (or 0xBF7686) is unknown color: approx Tapestry. HEX triplet: BF, 76 and 86. RGB value is (191,118,134). Sum of RGB (Red+Green+Blue) = 191+118+134=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7686 is #408979. Grayscale: #8D8D8D. Windows color (decimal): -4229498 or 8812223. OLE color: 8812223.

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

Color convert

RGB191118134-
CMYK00.380.300.25
HSL346.85º36.32%60.59%-
HSV(B)346.85º38.22%74.9%-
XYZ32.2725.7525.82-
YUV141.65123.68163.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=43.12%
G=26.64%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111813400.380.300.25346.8536.3260.59
HexBF76860261E1915b243d
Octal27716620604636315334475
Binary1011111111101101000011001001101111011001101011011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7686; }

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

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

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

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

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

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

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

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