#B56381

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

Shades of Tapestry #B56381

Tints of Tapestry #B56381

Color information

#B56381 (or 0xB56381) is unknown color: approx Tapestry. HEX triplet: B5, 63 and 81. RGB value is (181,99,129). Sum of RGB (Red+Green+Blue) = 181+99+129=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B56381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56381 is #4A9C7E. Grayscale: #7E7E7E. Windows color (decimal): -4889727 or 8479669. OLE color: 8479669.

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

Color convert

RGB18199129-
CMYK00.450.290.29
HSL338.05º35.65%54.9%-
HSV(B)338.05º45.3%70.98%-
XYZ27.4820.3323.25-
YUV126.94129.17166.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=44.25%
G=24.21%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819912900.450.290.29338.0535.6554.9
HexB5638102D1D1D1522437
Octal26514320105535355224467
Binary1011010111000111000000101011011110111101101010010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56381; }

 p { color: rgb(181,99,129); }

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

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

 a { background-color: rgb(181,99,129); }

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

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

 span { border-color: rgb(181,99,129); }

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