#BB7080

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

Shades of Tapestry #BB7080

Tints of Tapestry #BB7080

Color information

#BB7080 (or 0xBB7080) is unknown color: approx Tapestry. HEX triplet: BB, 70 and 80. RGB value is (187,112,128). Sum of RGB (Red+Green+Blue) = 187+112+128=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7080 is #448F7F. Grayscale: #888888. Windows color (decimal): -4493184 or 8417467. OLE color: 8417467.

HSL color Cylindrical-coordinate representation of color #BB7080: hue angle of 347.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7080 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB187112128-
CMYK00.400.320.27
HSL347.2º35.55%58.63%-
HSV(B)347.2º40.11%73.33%-
XYZ30.1823.7123.41-
YUV136.25123.35164.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=43.79%
G=26.23%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711212800.400.320.27347.235.5558.63
HexBB7080028201B15b243b
Octal27316020005040335334473
Binary10111011111000010000000010100010000011011101011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7080; }

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

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

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

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

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

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

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

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