#B55F78

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

Shades of Tapestry #B55F78

Tints of Tapestry #B55F78

Color information

#B55F78 (or 0xB55F78) is unknown color: approx Tapestry. HEX triplet: B5, 5F and 78. RGB value is (181,95,120). Sum of RGB (Red+Green+Blue) = 181+95+120=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F78 is #4AA087. Grayscale: #7B7B7B. Windows color (decimal): -4890760 or 7888821. OLE color: 7888821.

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

Color convert

RGB18195120-
CMYK00.480.340.29
HSL342.56º36.75%54.12%-
HSV(B)342.56º47.51%70.98%-
XYZ26.5419.3620.11-
YUV123.56125.99168.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 95 (37.5% from 255) = 23.99%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=45.71%
G=23.99%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819512000.480.340.29342.5636.7554.12
HexB55F78030221D1572536
Octal26513717006042355274566
Binary1011010110111111111000011000010001011101101010111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F78; }

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

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

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

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

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

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

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

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