#BF6787

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

Shades of Tapestry #BF6787

Tints of Tapestry #BF6787

Color information

#BF6787 (or 0xBF6787) is unknown color: approx Tapestry. HEX triplet: BF, 67 and 87. RGB value is (191,103,135). Sum of RGB (Red+Green+Blue) = 191+103+135=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6787 is #409878. Grayscale: #848484. Windows color (decimal): -4233337 or 8873919. OLE color: 8873919.

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

Color convert

RGB191103135-
CMYK00.460.290.25
HSL338.18º40.74%57.65%-
HSV(B)338.18º46.07%74.9%-
XYZ30.7122.5325.65-
YUV132.96129.15169.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=44.52%
G=24.01%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110313500.460.290.25338.1840.7457.65
HexBF678702E1D19152293a
Octal27714720705635315225172
Binary1011111111001111000011101011101110111001101010010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6787; }

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

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

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

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

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

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

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

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