#BB7382

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

Shades of Tapestry #BB7382

Tints of Tapestry #BB7382

Color information

#BB7382 (or 0xBB7382) is unknown color: approx Tapestry. HEX triplet: BB, 73 and 82. RGB value is (187,115,130). Sum of RGB (Red+Green+Blue) = 187+115+130=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7382 is #448C7D. Grayscale: #8A8A8A. Windows color (decimal): -4492414 or 8549307. OLE color: 8549307.

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

Color convert

RGB187115130-
CMYK00.390.300.27
HSL347.5º34.62%59.22%-
HSV(B)347.5º38.5%73.33%-
XYZ30.6524.4424.22-
YUV138.24123.35162.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 130 (51.17% from 255) = 30.09%
R=43.29%
G=26.62%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711513000.390.300.27347.534.6259.22
HexBB73820271E1B15c233b
Octal27316320204736335344373
Binary1011101111100111000001001001111111011011101011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7382; }

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

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

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

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

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

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

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

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