#BB6882

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

Shades of Tapestry #BB6882

Tints of Tapestry #BB6882

Color information

#BB6882 (or 0xBB6882) is unknown color: approx Tapestry. HEX triplet: BB, 68 and 82. RGB value is (187,104,130). Sum of RGB (Red+Green+Blue) = 187+104+130=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6882 is #44977D. Grayscale: #838383. Windows color (decimal): -4495230 or 8546491. OLE color: 8546491.

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

Color convert

RGB187104130-
CMYK00.440.300.27
HSL341.2º37.9%57.06%-
HSV(B)341.2º44.39%73.33%-
XYZ29.4722.0823.83-
YUV131.78127167.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=44.42%
G=24.70%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710413000.440.300.27341.237.957.06
HexBB688202C1E1B1552639
Octal27315020205436335254671
Binary1011101111010001000001001011001111011011101010101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6882; }

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

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

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

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

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

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

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

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