#BB6384

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

Shades of Tapestry #BB6384

Tints of Tapestry #BB6384

Color information

#BB6384 (or 0xBB6384) is unknown color: approx Tapestry. HEX triplet: BB, 63 and 84. RGB value is (187,99,132). Sum of RGB (Red+Green+Blue) = 187+99+132=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6384 is #449C7B. Grayscale: #818181. Windows color (decimal): -4496508 or 8676283. OLE color: 8676283.

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

Color convert

RGB18799132-
CMYK00.470.290.27
HSL337.5º39.29%56.08%-
HSV(B)337.5º47.06%73.33%-
XYZ29.1221.1524.38-
YUV129.07129.65169.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=44.74%
G=23.68%
B=31.58%

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
Decimal1879913200.470.290.27337.539.2956.08
HexBB638402F1D1B1522738
Octal27314320405735335224770
Binary1011101111000111000010001011111110111011101010010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6384; }

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

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

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

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

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

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

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

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