#B56993

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

Shades of Tapestry #B56993

Tints of Tapestry #B56993

Color information

#B56993 (or 0xB56993) is unknown color: approx Tapestry. HEX triplet: B5, 69 and 93. RGB value is (181,105,147). Sum of RGB (Red+Green+Blue) = 181+105+147=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B56993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56993 is #4A966C. Grayscale: #848484. Windows color (decimal): -4888173 or 9660853. OLE color: 9660853.

HSL color Cylindrical-coordinate representation of color #B56993: hue angle of 326.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56993 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB181105147-
CMYK00.420.190.29
HSL326.84º33.93%56.08%-
HSV(B)326.84º41.99%70.98%-
XYZ29.3722.0330.31-
YUV132.51136.18162.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 147 (57.81% from 255) = 33.95%
R=41.80%
G=24.25%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110514700.420.190.29326.8433.9356.08
HexB5699302A131D1472238
Octal26515122305223355074270
Binary1011010111010011001001101010101001111101101000111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56993; }

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

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

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

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

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

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

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

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