#BB758F

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

Shades of Tapestry #BB758F

Tints of Tapestry #BB758F

Color information

#BB758F (or 0xBB758F) is unknown color: approx Tapestry. HEX triplet: BB, 75 and 8F. RGB value is (187,117,143). Sum of RGB (Red+Green+Blue) = 187+117+143=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB758F is #448A70. Grayscale: #8C8C8C. Windows color (decimal): -4491889 or 9401787. OLE color: 9401787.

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

Color convert

RGB187117143-
CMYK00.370.240.27
HSL337.71º33.98%59.61%-
HSV(B)337.71º37.43%73.33%-
XYZ31.8125.2729.19-
YUV140.89129.19160.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=41.83%
G=26.17%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711714300.370.240.27337.7133.9859.61
HexBB758F025181B152223c
Octal27316521704530335224274
Binary1011101111101011000111101001011100011011101010010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB758F; }

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

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

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

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

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

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

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

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