#B56C7C

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

Shades of Tapestry #B56C7C

Tints of Tapestry #B56C7C

Color information

#B56C7C (or 0xB56C7C) is unknown color: approx Tapestry. HEX triplet: B5, 6C and 7C. RGB value is (181,108,124). Sum of RGB (Red+Green+Blue) = 181+108+124=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C7C is #4A9383. Grayscale: #838383. Windows color (decimal): -4887428 or 8154293. OLE color: 8154293.

HSL color Cylindrical-coordinate representation of color #B56C7C: hue angle of 346.85º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56C7C is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB181108124-
CMYK00.400.310.29
HSL346.85º33.03%56.67%-
HSV(B)346.85º40.33%70.98%-
XYZ28.062221.84-
YUV131.65123.68163.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=43.83%
G=26.15%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110812400.400.310.29346.8533.0356.67
HexB56C7C0281F1D15b2139
Octal26515417405037355334171
Binary101101011101100111110001010001111111101101011011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C7C; }

 p { color: rgb(181,108,124); }

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

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

 a { background-color: rgb(181,108,124); }

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

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

 span { border-color: rgb(181,108,124); }

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