#B55F83

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

Shades of Tapestry #B55F83

Tints of Tapestry #B55F83

Color information

#B55F83 (or 0xB55F83) is unknown color: approx Tapestry. HEX triplet: B5, 5F and 83. RGB value is (181,95,131). Sum of RGB (Red+Green+Blue) = 181+95+131=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55F83 is #4AA07C. Grayscale: #7C7C7C. Windows color (decimal): -4890749 or 8609717. OLE color: 8609717.

HSL color Cylindrical-coordinate representation of color #B55F83: hue angle of 334.88º 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 #B55F83 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB18195131-
CMYK00.480.280.29
HSL334.88º36.75%54.12%-
HSV(B)334.88º47.51%70.98%-
XYZ27.2519.6523.83-
YUV124.82131.49168.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 131 (51.56% from 255) = 32.19%
R=44.47%
G=23.34%
B=32.19%

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
Decimal1819513100.480.280.29334.8836.7554.12
HexB55F830301C1D14f2536
Octal26513720306034355174566
Binary1011010110111111000001101100001110011101101001111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F83; }

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

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

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

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

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

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

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

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