#BF7680

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

Shades of Tapestry #BF7680

Tints of Tapestry #BF7680

Color information

#BF7680 (or 0xBF7680) is unknown color: approx Tapestry. HEX triplet: BF, 76 and 80. RGB value is (191,118,128). Sum of RGB (Red+Green+Blue) = 191+118+128=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7680 is #40897F. Grayscale: #8D8D8D. Windows color (decimal): -4229504 or 8419007. OLE color: 8419007.

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

Color convert

RGB191118128-
CMYK00.380.330.25
HSL351.78º36.32%60.59%-
HSV(B)351.78º38.22%74.9%-
XYZ31.8625.5923.68-
YUV140.97120.68163.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=43.71%
G=27.00%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111812800.380.330.25351.7836.3260.59
HexBF76800262119160243d
Octal27716620004641315404475
Binary10111111111011010000000010011010000111001101100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7680; }

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

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

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

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

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

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

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

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