#B55E83

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

Shades of Tapestry #B55E83

Tints of Tapestry #B55E83

Color information

#B55E83 (or 0xB55E83) is unknown color: approx Tapestry. HEX triplet: B5, 5E and 83. RGB value is (181,94,131). Sum of RGB (Red+Green+Blue) = 181+94+131=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55E83 is #4AA17C. Grayscale: #7C7C7C. Windows color (decimal): -4891005 or 8609461. OLE color: 8609461.

HSL color Cylindrical-coordinate representation of color #B55E83: hue angle of 334.48º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55E83 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB18194131-
CMYK00.480.280.29
HSL334.48º37.02%53.92%-
HSV(B)334.48º48.07%70.98%-
XYZ27.1619.4723.8-
YUV124.23131.82168.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=44.58%
G=23.15%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819413100.480.280.29334.4837.0253.92
HexB55E830301C1D14e2536
Octal26513620306034355164566
Binary1011010110111101000001101100001110011101101001110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E83; }

 p { color: rgb(181,94,131); }

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

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

 a { background-color: rgb(181,94,131); }

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

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

 span { border-color: rgb(181,94,131); }

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