#B56180

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

Shades of Tapestry #B56180

Tints of Tapestry #B56180

Color information

#B56180 (or 0xB56180) is unknown color: approx Tapestry. HEX triplet: B5, 61 and 80. RGB value is (181,97,128). Sum of RGB (Red+Green+Blue) = 181+97+128=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B56180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56180 is #4A9E7F. Grayscale: #7D7D7D. Windows color (decimal): -4890240 or 8413621. OLE color: 8413621.

HSL color Cylindrical-coordinate representation of color #B56180: hue angle of 337.86º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56180 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18197128-
CMYK00.460.290.29
HSL337.86º36.21%54.51%-
HSV(B)337.86º46.41%70.98%-
XYZ27.2319.9322.83-
YUV125.65129.33167.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=44.58%
G=23.89%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819712800.460.290.29337.8636.2154.51
HexB5618002E1D1D1522437
Octal26514120005635355224467
Binary1011010111000011000000001011101110111101101010010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56180; }

 p { color: rgb(181,97,128); }

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

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

 a { background-color: rgb(181,97,128); }

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

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

 span { border-color: rgb(181,97,128); }

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