#B56982

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

Shades of Tapestry #B56982

Tints of Tapestry #B56982

Color information

#B56982 (or 0xB56982) is unknown color: approx Tapestry. HEX triplet: B5, 69 and 82. RGB value is (181,105,130). Sum of RGB (Red+Green+Blue) = 181+105+130=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B56982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56982 is #4A967D. Grayscale: #828282. Windows color (decimal): -4888190 or 8546741. OLE color: 8546741.

HSL color Cylindrical-coordinate representation of color #B56982: hue angle of 340.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56982 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB181105130-
CMYK00.420.280.29
HSL340.26º33.93%56.08%-
HSV(B)340.26º41.99%70.98%-
XYZ28.1421.5423.79-
YUV130.57127.68163.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=43.51%
G=25.24%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110513000.420.280.29340.2633.9356.08
HexB5698202A1C1D1542238
Octal26515120205234355244270
Binary1011010111010011000001001010101110011101101010100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56982; }

 p { color: rgb(181,105,130); }

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

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

 a { background-color: rgb(181,105,130); }

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

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

 span { border-color: rgb(181,105,130); }

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