#B55F79

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

Shades of Tapestry #B55F79

Tints of Tapestry #B55F79

Color information

#B55F79 (or 0xB55F79) is unknown color: approx Tapestry. HEX triplet: B5, 5F and 79. RGB value is (181,95,121). Sum of RGB (Red+Green+Blue) = 181+95+121=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F79 is #4AA086. Grayscale: #7B7B7B. Windows color (decimal): -4890759 or 7954357. OLE color: 7954357.

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

Color convert

RGB18195121-
CMYK00.480.330.29
HSL341.86º36.75%54.12%-
HSV(B)341.86º47.51%70.98%-
XYZ26.619.3920.43-
YUV123.68126.49168.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=45.59%
G=23.93%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819512100.480.330.29341.8636.7554.12
HexB55F79030211D1562536
Octal26513717106041355264566
Binary1011010110111111111001011000010000111101101010110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F79; }

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

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

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

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

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

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

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

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