#B56384

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

Shades of Tapestry #B56384

Tints of Tapestry #B56384

Color information

#B56384 (or 0xB56384) is unknown color: approx Tapestry. HEX triplet: B5, 63 and 84. RGB value is (181,99,132). Sum of RGB (Red+Green+Blue) = 181+99+132=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B56384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56384 is #4A9C7B. Grayscale: #7F7F7F. Windows color (decimal): -4889724 or 8676277. OLE color: 8676277.

HSL color Cylindrical-coordinate representation of color #B56384: hue angle of 335.85º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56384 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18199132-
CMYK00.450.270.29
HSL335.85º35.65%54.9%-
HSV(B)335.85º45.3%70.98%-
XYZ27.6820.4124.31-
YUV127.28130.67166.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=43.93%
G=24.03%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819913200.450.270.29335.8535.6554.9
HexB5638402D1B1D1502437
Octal26514320405533355204467
Binary1011010111000111000010001011011101111101101010000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56384; }

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

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

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

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

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

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

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

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