#BB758C

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

Shades of Tapestry #BB758C

Tints of Tapestry #BB758C

Color information

#BB758C (or 0xBB758C) is unknown color: approx Tapestry. HEX triplet: BB, 75 and 8C. RGB value is (187,117,140). Sum of RGB (Red+Green+Blue) = 187+117+140=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB758C is #448A73. Grayscale: #8C8C8C. Windows color (decimal): -4491892 or 9205179. OLE color: 9205179.

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

Color convert

RGB187117140-
CMYK00.370.250.27
HSL340.29º33.98%59.61%-
HSV(B)340.29º37.43%73.33%-
XYZ31.5925.1828.01-
YUV140.55127.69161.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=42.12%
G=26.35%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711714000.370.250.27340.2933.9859.61
HexBB758C025191B154223c
Octal27316521404531335244274
Binary1011101111101011000110001001011100111011101010100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB758C; }

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

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

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

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

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

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

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

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