#BB6482

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

Shades of Tapestry #BB6482

Tints of Tapestry #BB6482

Color information

#BB6482 (or 0xBB6482) is unknown color: approx Tapestry. HEX triplet: BB, 64 and 82. RGB value is (187,100,130). Sum of RGB (Red+Green+Blue) = 187+100+130=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6482 is #449B7D. Grayscale: #818181. Windows color (decimal): -4496254 or 8545467. OLE color: 8545467.

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

Color convert

RGB187100130-
CMYK00.470.300.27
HSL339.31º39.01%56.27%-
HSV(B)339.31º46.52%73.33%-
XYZ29.0821.2923.7-
YUV129.43128.32169.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=44.84%
G=23.98%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710013000.470.300.27339.3139.0156.27
HexBB648202F1E1B1532738
Octal27314420205736335234770
Binary1011101111001001000001001011111111011011101010011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6482; }

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

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

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

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

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

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

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

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