#BB7385

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

Shades of Tapestry #BB7385

Tints of Tapestry #BB7385

Color information

#BB7385 (or 0xBB7385) is unknown color: approx Tapestry. HEX triplet: BB, 73 and 85. RGB value is (187,115,133). Sum of RGB (Red+Green+Blue) = 187+115+133=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7385 is #448C7A. Grayscale: #8A8A8A. Windows color (decimal): -4492411 or 8745915. OLE color: 8745915.

HSL color Cylindrical-coordinate representation of color #BB7385: hue angle of 345º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB7385 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB187115133-
CMYK00.390.290.27
HSL345º34.62%59.22%-
HSV(B)345º38.5%73.33%-
XYZ30.8624.5225.3-
YUV138.58124.85162.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=42.99%
G=26.44%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711513300.390.290.2734534.6259.22
HexBB73850271D1B159233b
Octal27316320504735335314373
Binary1011101111100111000010101001111110111011101011001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7385; }

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

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

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

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

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

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

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

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