#B56B7E

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

Shades of Tapestry #B56B7E

Tints of Tapestry #B56B7E

Color information

#B56B7E (or 0xB56B7E) is unknown color: approx Tapestry. HEX triplet: B5, 6B and 7E. RGB value is (181,107,126). Sum of RGB (Red+Green+Blue) = 181+107+126=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56B7E is #4A9481. Grayscale: #838383. Windows color (decimal): -4887682 or 8285109. OLE color: 8285109.

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

Color convert

RGB181107126-
CMYK00.410.300.29
HSL344.59º33.33%56.47%-
HSV(B)344.59º40.88%70.98%-
XYZ28.0821.8522.48-
YUV131.29125.02163.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=43.72%
G=25.85%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110712600.410.300.29344.5933.3356.47
HexB56B7E0291E1D1592138
Octal26515317605136355314170
Binary101101011101011111111001010011111011101101011001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B7E; }

 p { color: rgb(181,107,126); }

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

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

 a { background-color: rgb(181,107,126); }

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

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

 span { border-color: rgb(181,107,126); }

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