#BB758B

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

Shades of Tapestry #BB758B

Tints of Tapestry #BB758B

Color information

#BB758B (or 0xBB758B) is unknown color: approx Tapestry. HEX triplet: BB, 75 and 8B. RGB value is (187,117,139). Sum of RGB (Red+Green+Blue) = 187+117+139=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB758B is #448A74. Grayscale: #8C8C8C. Windows color (decimal): -4491893 or 9139643. OLE color: 9139643.

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

Color convert

RGB187117139-
CMYK00.370.260.27
HSL341.14º33.98%59.61%-
HSV(B)341.14º37.43%73.33%-
XYZ31.5225.1527.62-
YUV140.44127.19161.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=42.21%
G=26.41%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711713900.370.260.27341.1433.9859.61
HexBB758B0251A1B155223c
Octal27316521304532335254274
Binary1011101111101011000101101001011101011011101010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB758B; }

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

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

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

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

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

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

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

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