#B56E7E

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

Shades of Tapestry #B56E7E

Tints of Tapestry #B56E7E

Color information

#B56E7E (or 0xB56E7E) is unknown color: approx Tapestry. HEX triplet: B5, 6E and 7E. RGB value is (181,110,126). Sum of RGB (Red+Green+Blue) = 181+110+126=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E7E is #4A9181. Grayscale: #858585. Windows color (decimal): -4886914 or 8285877. OLE color: 8285877.

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

Color convert

RGB181110126-
CMYK00.390.300.29
HSL346.48º32.42%57.06%-
HSV(B)346.48º39.23%70.98%-
XYZ28.422.4822.58-
YUV133.05124.02162.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=43.41%
G=26.38%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111012600.390.300.29346.4832.4257.06
HexB56E7E0271E1D15a2039
Octal26515617604736355324071
Binary101101011101110111111001001111111011101101011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E7E; }

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

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

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

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

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

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

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

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