#B56188

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

Shades of Tapestry #B56188

Tints of Tapestry #B56188

Color information

#B56188 (or 0xB56188) is unknown color: approx Tapestry. HEX triplet: B5, 61 and 88. RGB value is (181,97,136). Sum of RGB (Red+Green+Blue) = 181+97+136=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B56188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56188 is #4A9E77. Grayscale: #7E7E7E. Windows color (decimal): -4890232 or 8937909. OLE color: 8937909.

HSL color Cylindrical-coordinate representation of color #B56188: hue angle of 332.14º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56188 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18197136-
CMYK00.460.250.29
HSL332.14º36.21%54.51%-
HSV(B)332.14º46.41%70.98%-
XYZ27.7720.1525.72-
YUV126.56133.33166.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=43.72%
G=23.43%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819713600.460.250.29332.1436.2154.51
HexB5618802E191D14c2437
Octal26514121005631355144467
Binary1011010111000011000100001011101100111101101001100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56188; }

 p { color: rgb(181,97,136); }

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

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

 a { background-color: rgb(181,97,136); }

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

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

 span { border-color: rgb(181,97,136); }

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