#B56C93

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

Shades of Tapestry #B56C93

Tints of Tapestry #B56C93

Color information

#B56C93 (or 0xB56C93) is unknown color: approx Tapestry. HEX triplet: B5, 6C and 93. RGB value is (181,108,147). Sum of RGB (Red+Green+Blue) = 181+108+147=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56C93 is #4A936C. Grayscale: #868686. Windows color (decimal): -4887405 or 9661621. OLE color: 9661621.

HSL color Cylindrical-coordinate representation of color #B56C93: hue angle of 327.95º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56C93 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB181108147-
CMYK00.400.190.29
HSL327.95º33.03%56.67%-
HSV(B)327.95º40.33%70.98%-
XYZ29.6922.6630.41-
YUV134.27135.18161.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=41.51%
G=24.77%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110814700.400.190.29327.9533.0356.67
HexB56C93028131D1482139
Octal26515422305023355104171
Binary1011010111011001001001101010001001111101101001000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C93; }

 p { color: rgb(181,108,147); }

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

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

 a { background-color: rgb(181,108,147); }

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

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

 span { border-color: rgb(181,108,147); }

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