#BF758D

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

Shades of Tapestry #BF758D

Tints of Tapestry #BF758D

Color information

#BF758D (or 0xBF758D) is unknown color: approx Tapestry. HEX triplet: BF, 75 and 8D. RGB value is (191,117,141). Sum of RGB (Red+Green+Blue) = 191+117+141=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF758D is #408A72. Grayscale: #8D8D8D. Windows color (decimal): -4229747 or 9270719. OLE color: 9270719.

HSL color Cylindrical-coordinate representation of color #BF758D: hue angle of 340.54º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF758D is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB191117141-
CMYK00.390.260.25
HSL340.54º36.63%60.39%-
HSV(B)340.54º38.74%74.9%-
XYZ32.6525.7228.44-
YUV141.86127.52163.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=42.54%
G=26.06%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111714100.390.260.25340.5436.6360.39
HexBF758D0271A19155253c
Octal27716521504732315254574
Binary1011111111101011000110101001111101011001101010101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF758D; }

 p { color: rgb(191,117,141); }

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

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

 a { background-color: rgb(191,117,141); }

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

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

 span { border-color: rgb(191,117,141); }

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