#BF6F80

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

Shades of Tapestry #BF6F80

Tints of Tapestry #BF6F80

Color information

#BF6F80 (or 0xBF6F80) is unknown color: approx Tapestry. HEX triplet: BF, 6F and 80. RGB value is (191,111,128). Sum of RGB (Red+Green+Blue) = 191+111+128=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F80 is #40907F. Grayscale: #888888. Windows color (decimal): -4231296 or 8417215. OLE color: 8417215.

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

Color convert

RGB191111128-
CMYK00.420.330.25
HSL347.25º38.46%59.22%-
HSV(B)347.25º41.88%74.9%-
XYZ31.072423.42-
YUV136.86123166.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=44.42%
G=25.81%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111112800.420.330.25347.2538.4659.22
HexBF6F8002A211915b263b
Octal27715720005241315334673
Binary10111111110111110000000010101010000111001101011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F80; }

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

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

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

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

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

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

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

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