#B55E7A

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

Shades of Tapestry #B55E7A

Tints of Tapestry #B55E7A

Color information

#B55E7A (or 0xB55E7A) is unknown color: approx Tapestry. HEX triplet: B5, 5E and 7A. RGB value is (181,94,122). Sum of RGB (Red+Green+Blue) = 181+94+122=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E7A is #4AA185. Grayscale: #7B7B7B. Windows color (decimal): -4891014 or 8019637. OLE color: 8019637.

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

Color convert

RGB18194122-
CMYK00.480.330.29
HSL340.69º37.02%53.92%-
HSV(B)340.69º48.07%70.98%-
XYZ26.5719.2320.72-
YUV123.2127.32169.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=45.59%
G=23.68%
B=30.73%

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
Decimal1819412200.480.330.29340.6937.0253.92
HexB55E7A030211D1552536
Octal26513617206041355254566
Binary1011010110111101111010011000010000111101101010101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E7A; }

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

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

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

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

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

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

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

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