#BF7687

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

Shades of Tapestry #BF7687

Tints of Tapestry #BF7687

Color information

#BF7687 (or 0xBF7687) is unknown color: approx Tapestry. HEX triplet: BF, 76 and 87. RGB value is (191,118,135). Sum of RGB (Red+Green+Blue) = 191+118+135=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7687 is #408978. Grayscale: #8D8D8D. Windows color (decimal): -4229497 or 8877759. OLE color: 8877759.

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

Color convert

RGB191118135-
CMYK00.380.290.25
HSL346.03º36.32%60.59%-
HSV(B)346.03º38.22%74.9%-
XYZ32.3425.7826.19-
YUV141.76124.18163.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=43.02%
G=26.58%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111813500.380.290.25346.0336.3260.59
HexBF76870261D1915a243d
Octal27716620704635315324475
Binary1011111111101101000011101001101110111001101011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7687; }

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

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

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

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

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

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

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

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