#BF6987

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

Shades of Tapestry #BF6987

Tints of Tapestry #BF6987

Color information

#BF6987 (or 0xBF6987) is unknown color: approx Tapestry. HEX triplet: BF, 69 and 87. RGB value is (191,105,135). Sum of RGB (Red+Green+Blue) = 191+105+135=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6987 is #409678. Grayscale: #868686. Windows color (decimal): -4232825 or 8874431. OLE color: 8874431.

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

Color convert

RGB191105135-
CMYK00.450.290.25
HSL339.07º40.19%58.04%-
HSV(B)339.07º45.03%74.9%-
XYZ30.9122.9325.72-
YUV134.13128.49168.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 135 (53.12% from 255) = 31.32%
R=44.32%
G=24.36%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110513500.450.290.25339.0740.1958.04
HexBF698702D1D19153283a
Octal27715120705535315235072
Binary1011111111010011000011101011011110111001101010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6987; }

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

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

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

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

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

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

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

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