#B56E8A

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

Shades of Tapestry #B56E8A

Tints of Tapestry #B56E8A

Color information

#B56E8A (or 0xB56E8A) is unknown color: approx Tapestry. HEX triplet: B5, 6E and 8A. RGB value is (181,110,138). Sum of RGB (Red+Green+Blue) = 181+110+138=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E8A is #4A9175. Grayscale: #868686. Windows color (decimal): -4886902 or 9072309. OLE color: 9072309.

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

Color convert

RGB181110138-
CMYK00.390.240.29
HSL336.34º32.42%57.06%-
HSV(B)336.34º39.23%70.98%-
XYZ29.2222.8126.91-
YUV134.42130.02161.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=42.19%
G=25.64%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111013800.390.240.29336.3432.4257.06
HexB56E8A027181D1502039
Octal26515621204730355204071
Binary1011010111011101000101001001111100011101101010000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E8A; }

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

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

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

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

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

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

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

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