#B56280

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

Shades of Tapestry #B56280

Tints of Tapestry #B56280

Color information

#B56280 (or 0xB56280) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 80. RGB value is (181,98,128). Sum of RGB (Red+Green+Blue) = 181+98+128=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B56280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56280 is #4A9D7F. Grayscale: #7E7E7E. Windows color (decimal): -4889984 or 8413877. OLE color: 8413877.

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

Color convert

RGB18198128-
CMYK00.460.290.29
HSL338.31º35.93%54.71%-
HSV(B)338.31º45.86%70.98%-
XYZ27.3220.1222.87-
YUV126.24129167.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=44.47%
G=24.08%
B=31.45%

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
Decimal1819812800.460.290.29338.3135.9354.71
HexB5628002E1D1D1522437
Octal26514220005635355224467
Binary1011010111000101000000001011101110111101101010010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56280; }

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

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

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

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

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

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

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

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