#BB7480

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

Shades of Tapestry #BB7480

Tints of Tapestry #BB7480

Color information

#BB7480 (or 0xBB7480) is unknown color: approx Tapestry. HEX triplet: BB, 74 and 80. RGB value is (187,116,128). Sum of RGB (Red+Green+Blue) = 187+116+128=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7480 is #448B7F. Grayscale: #8A8A8A. Windows color (decimal): -4492160 or 8418491. OLE color: 8418491.

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

Color convert

RGB187116128-
CMYK00.380.320.27
HSL349.86º34.3%59.41%-
HSV(B)349.86º37.97%73.33%-
XYZ30.6424.6123.56-
YUV138.6122.02162.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=43.39%
G=26.91%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711612800.380.320.27349.8634.359.41
HexBB7480026201B15e223b
Octal27316420004640335364273
Binary10111011111010010000000010011010000011011101011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7480; }

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

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

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

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

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

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

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

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