#BB6484

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

Shades of Tapestry #BB6484

Tints of Tapestry #BB6484

Color information

#BB6484 (or 0xBB6484) is unknown color: approx Tapestry. HEX triplet: BB, 64 and 84. RGB value is (187,100,132). Sum of RGB (Red+Green+Blue) = 187+100+132=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6484 is #449B7B. Grayscale: #818181. Windows color (decimal): -4496252 or 8676539. OLE color: 8676539.

HSL color Cylindrical-coordinate representation of color #BB6484: hue angle of 337.93º 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 #BB6484 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB187100132-
CMYK00.470.290.27
HSL337.93º39.01%56.27%-
HSV(B)337.93º46.52%73.33%-
XYZ29.2221.3524.41-
YUV129.66129.32168.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=44.63%
G=23.87%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710013200.470.290.27337.9339.0156.27
HexBB648402F1D1B1522738
Octal27314420405735335224770
Binary1011101111001001000010001011111110111011101010010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6484; }

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

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

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

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

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

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

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

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