#BF758C

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

Shades of Tapestry #BF758C

Tints of Tapestry #BF758C

Color information

#BF758C (or 0xBF758C) is unknown color: approx Tapestry. HEX triplet: BF, 75 and 8C. RGB value is (191,117,140). Sum of RGB (Red+Green+Blue) = 191+117+140=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF758C is #408A73. Grayscale: #8D8D8D. Windows color (decimal): -4229748 or 9205183. OLE color: 9205183.

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

Color convert

RGB191117140-
CMYK00.390.270.25
HSL341.35º36.63%60.39%-
HSV(B)341.35º38.74%74.9%-
XYZ32.5825.6928.05-
YUV141.75127.02163.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=42.63%
G=26.12%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111714000.390.270.25341.3536.6360.39
HexBF758C0271B19155253c
Octal27716521404733315254574
Binary1011111111101011000110001001111101111001101010101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF758C; }

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

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

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

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

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

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

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

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