#B56E92

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

Shades of Tapestry #B56E92

Tints of Tapestry #B56E92

Color information

#B56E92 (or 0xB56E92) is unknown color: approx Tapestry. HEX triplet: B5, 6E and 92. RGB value is (181,110,146). Sum of RGB (Red+Green+Blue) = 181+110+146=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E92 is #4A916D. Grayscale: #878787. Windows color (decimal): -4886894 or 9596597. OLE color: 9596597.

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

Color convert

RGB181110146-
CMYK00.390.190.29
HSL329.58º32.42%57.06%-
HSV(B)329.58º39.23%70.98%-
XYZ29.8223.0530.07-
YUV135.33134.02160.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=41.42%
G=25.17%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111014600.390.190.29329.5832.4257.06
HexB56E92027131D14a2039
Octal26515622204723355124071
Binary1011010111011101001001001001111001111101101001010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E92; }

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

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

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

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

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

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

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

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