#B56383

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

Shades of Tapestry #B56383

Tints of Tapestry #B56383

Color information

#B56383 (or 0xB56383) is unknown color: approx Tapestry. HEX triplet: B5, 63 and 83. RGB value is (181,99,131). Sum of RGB (Red+Green+Blue) = 181+99+131=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B56383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56383 is #4A9C7C. Grayscale: #7F7F7F. Windows color (decimal): -4889725 or 8610741. OLE color: 8610741.

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

Color convert

RGB18199131-
CMYK00.450.280.29
HSL336.59º35.65%54.9%-
HSV(B)336.59º45.3%70.98%-
XYZ27.6120.3923.95-
YUV127.17130.17166.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=44.04%
G=24.09%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819913100.450.280.29336.5935.6554.9
HexB5638302D1C1D1512437
Octal26514320305534355214467
Binary1011010111000111000001101011011110011101101010001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56383; }

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

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

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

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

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

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

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

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