#BF6A80

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

Shades of Tapestry #BF6A80

Tints of Tapestry #BF6A80

Color information

#BF6A80 (or 0xBF6A80) is unknown color: approx Tapestry. HEX triplet: BF, 6A and 80. RGB value is (191,106,128). Sum of RGB (Red+Green+Blue) = 191+106+128=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A80 is #40957F. Grayscale: #858585. Windows color (decimal): -4232576 or 8415935. OLE color: 8415935.

HSL color Cylindrical-coordinate representation of color #BF6A80: hue angle of 344.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6A80 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB191106128-
CMYK00.450.330.25
HSL344.47º39.91%58.24%-
HSV(B)344.47º44.5%74.9%-
XYZ30.5422.9423.24-
YUV133.92124.66168.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=44.94%
G=24.94%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110612800.450.330.25344.4739.9158.24
HexBF6A8002D2119158283a
Octal27715220005541315305072
Binary10111111110101010000000010110110000111001101011000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A80; }

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

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

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

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

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

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

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

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