#B56D89

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

Shades of Tapestry #B56D89

Tints of Tapestry #B56D89

Color information

#B56D89 (or 0xB56D89) is unknown color: approx Tapestry. HEX triplet: B5, 6D and 89. RGB value is (181,109,137). Sum of RGB (Red+Green+Blue) = 181+109+137=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56D89 is #4A9276. Grayscale: #858585. Windows color (decimal): -4887159 or 9006517. OLE color: 9006517.

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

Color convert

RGB181109137-
CMYK00.400.240.29
HSL336.67º32.73%56.86%-
HSV(B)336.67º39.78%70.98%-
XYZ29.0422.5726.49-
YUV133.72129.85161.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=42.39%
G=25.53%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110913700.400.240.29336.6732.7356.86
HexB56D89028181D1512139
Octal26515521105030355214171
Binary1011010111011011000100101010001100011101101010001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D89; }

 p { color: rgb(181,109,137); }

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

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

 a { background-color: rgb(181,109,137); }

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

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

 span { border-color: rgb(181,109,137); }

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