#BB6782

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

Shades of Tapestry #BB6782

Tints of Tapestry #BB6782

Color information

#BB6782 (or 0xBB6782) is unknown color: approx Tapestry. HEX triplet: BB, 67 and 82. RGB value is (187,103,130). Sum of RGB (Red+Green+Blue) = 187+103+130=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6782 is #44987D. Grayscale: #838383. Windows color (decimal): -4495486 or 8546235. OLE color: 8546235.

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

Color convert

RGB187103130-
CMYK00.450.300.27
HSL340.71º38.18%56.86%-
HSV(B)340.71º44.92%73.33%-
XYZ29.3721.8823.79-
YUV131.19127.33167.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=44.52%
G=24.52%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710313000.450.300.27340.7138.1856.86
HexBB678202D1E1B1552639
Octal27314720205536335254671
Binary1011101111001111000001001011011111011011101010101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6782; }

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

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

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

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

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

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

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

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