#BB6284

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

Shades of Tapestry #BB6284

Tints of Tapestry #BB6284

Color information

#BB6284 (or 0xBB6284) is unknown color: approx Tapestry. HEX triplet: BB, 62 and 84. RGB value is (187,98,132). Sum of RGB (Red+Green+Blue) = 187+98+132=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6284 is #449D7B. Grayscale: #808080. Windows color (decimal): -4496764 or 8676027. OLE color: 8676027.

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

Color convert

RGB18798132-
CMYK00.480.290.27
HSL337.08º39.56%55.88%-
HSV(B)337.08º47.59%73.33%-
XYZ29.0320.9724.35-
YUV128.49129.99169.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=44.84%
G=23.50%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879813200.480.290.27337.0839.5655.88
HexBB62840301D1B1512838
Octal27314220406035335215070
Binary1011101111000101000010001100001110111011101010001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6284; }

 p { color: rgb(187,98,132); }

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

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

 a { background-color: rgb(187,98,132); }

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

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

 span { border-color: rgb(187,98,132); }

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