#BF6786

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

Shades of Tapestry #BF6786

Tints of Tapestry #BF6786

Color information

#BF6786 (or 0xBF6786) is unknown color: approx Tapestry. HEX triplet: BF, 67 and 86. RGB value is (191,103,134). Sum of RGB (Red+Green+Blue) = 191+103+134=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6786 is #409879. Grayscale: #848484. Windows color (decimal): -4233338 or 8808383. OLE color: 8808383.

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

Color convert

RGB191103134-
CMYK00.460.300.25
HSL338.86º40.74%57.65%-
HSV(B)338.86º46.07%74.9%-
XYZ30.6422.525.28-
YUV132.85128.65169.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=44.63%
G=24.07%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110313400.460.300.25338.8640.7457.65
HexBF678602E1E19153293a
Octal27714720605636315235172
Binary1011111111001111000011001011101111011001101010011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6786; }

 p { color: rgb(191,103,134); }

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

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

 a { background-color: rgb(191,103,134); }

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

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

 span { border-color: rgb(191,103,134); }

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