#BF6B80

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

Shades of Tapestry #BF6B80

Tints of Tapestry #BF6B80

Color information

#BF6B80 (or 0xBF6B80) is unknown color: approx Tapestry. HEX triplet: BF, 6B and 80. RGB value is (191,107,128). Sum of RGB (Red+Green+Blue) = 191+107+128=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6B80 is #40947F. Grayscale: #868686. Windows color (decimal): -4232320 or 8416191. OLE color: 8416191.

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

Color convert

RGB191107128-
CMYK00.440.330.25
HSL345º39.62%58.43%-
HSV(B)345º43.98%74.9%-
XYZ30.6423.1523.28-
YUV134.51124.33168.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=44.84%
G=25.12%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110712800.440.330.2534539.6258.43
HexBF6B8002C2119159283a
Octal27715320005441315315072
Binary10111111110101110000000010110010000111001101011001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B80; }

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

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

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

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

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

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

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

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