#B56284

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

Shades of Tapestry #B56284

Tints of Tapestry #B56284

Color information

#B56284 (or 0xB56284) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 84. RGB value is (181,98,132). Sum of RGB (Red+Green+Blue) = 181+98+132=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B56284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56284 is #4A9D7B. Grayscale: #7E7E7E. Windows color (decimal): -4889980 or 8676021. OLE color: 8676021.

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

Color convert

RGB18198132-
CMYK00.460.270.29
HSL335.42º35.93%54.71%-
HSV(B)335.42º45.86%70.98%-
XYZ27.5920.2324.28-
YUV126.69131166.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=44.04%
G=23.84%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819813200.460.270.29335.4235.9354.71
HexB5628402E1B1D14f2437
Octal26514220405633355174467
Binary1011010111000101000010001011101101111101101001111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56284; }

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

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

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

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

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

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

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

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