#B55C83

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

Shades of Tapestry #B55C83

Tints of Tapestry #B55C83

Color information

#B55C83 (or 0xB55C83) is unknown color: approx Tapestry. HEX triplet: B5, 5C and 83. RGB value is (181,92,131). Sum of RGB (Red+Green+Blue) = 181+92+131=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C83 is #4AA37C. Grayscale: #7A7A7A. Windows color (decimal): -4891517 or 8608949. OLE color: 8608949.

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

Color convert

RGB18192131-
CMYK00.490.280.29
HSL333.71º37.55%53.53%-
HSV(B)333.71º49.17%70.98%-
XYZ26.9819.1223.74-
YUV123.06132.49169.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=44.80%
G=22.77%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819213100.490.280.29333.7137.5553.53
HexB55C830311C1D14e2636
Octal26513420306134355164666
Binary1011010110111001000001101100011110011101101001110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C83; }

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

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

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

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

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

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

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

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