#BB7585

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

Shades of Tapestry #BB7585

Tints of Tapestry #BB7585

Color information

#BB7585 (or 0xBB7585) is unknown color: approx Tapestry. HEX triplet: BB, 75 and 85. RGB value is (187,117,133). Sum of RGB (Red+Green+Blue) = 187+117+133=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7585 is #448A7A. Grayscale: #8B8B8B. Windows color (decimal): -4491899 or 8746427. OLE color: 8746427.

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

Color convert

RGB187117133-
CMYK00.370.290.27
HSL346.29º33.98%59.61%-
HSV(B)346.29º37.43%73.33%-
XYZ31.0924.9825.37-
YUV139.75124.19161.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=42.79%
G=26.77%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711713300.370.290.27346.2933.9859.61
HexBB75850251D1B15a223c
Octal27316520504535335324274
Binary1011101111101011000010101001011110111011101011010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7585; }

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

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

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

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

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

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

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

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