#BB758D

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

Shades of Tapestry #BB758D

Tints of Tapestry #BB758D

Color information

#BB758D (or 0xBB758D) is unknown color: approx Tapestry. HEX triplet: BB, 75 and 8D. RGB value is (187,117,141). Sum of RGB (Red+Green+Blue) = 187+117+141=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB758D is #448A72. Grayscale: #8C8C8C. Windows color (decimal): -4491891 or 9270715. OLE color: 9270715.

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

Color convert

RGB187117141-
CMYK00.370.250.27
HSL339.43º33.98%59.61%-
HSV(B)339.43º37.43%73.33%-
XYZ31.6625.2128.4-
YUV140.67128.19161.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=42.02%
G=26.29%
B=31.69%

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
Decimal18711714100.370.250.27339.4333.9859.61
HexBB758D025191B153223c
Octal27316521504531335234274
Binary1011101111101011000110101001011100111011101010011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB758D; }

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

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

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

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

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

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

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

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