#BB7482

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

Shades of Tapestry #BB7482

Tints of Tapestry #BB7482

Color information

#BB7482 (or 0xBB7482) is unknown color: approx Tapestry. HEX triplet: BB, 74 and 82. RGB value is (187,116,130). Sum of RGB (Red+Green+Blue) = 187+116+130=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7482 is #448B7D. Grayscale: #8A8A8A. Windows color (decimal): -4492158 or 8549563. OLE color: 8549563.

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

Color convert

RGB187116130-
CMYK00.380.300.27
HSL348.17º34.3%59.41%-
HSV(B)348.17º37.97%73.33%-
XYZ30.7724.6724.26-
YUV138.82123.02162.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=43.19%
G=26.79%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711613000.380.300.27348.1734.359.41
HexBB74820261E1B15c223b
Octal27316420204636335344273
Binary1011101111101001000001001001101111011011101011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7482; }

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

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

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

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

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

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

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

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