#B56186

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

Shades of Tapestry #B56186

Tints of Tapestry #B56186

Color information

#B56186 (or 0xB56186) is unknown color: approx Tapestry. HEX triplet: B5, 61 and 86. RGB value is (181,97,134). Sum of RGB (Red+Green+Blue) = 181+97+134=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B56186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56186 is #4A9E79. Grayscale: #7E7E7E. Windows color (decimal): -4890234 or 8806837. OLE color: 8806837.

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

Color convert

RGB18197134-
CMYK00.460.260.29
HSL333.57º36.21%54.51%-
HSV(B)333.57º46.41%70.98%-
XYZ27.6320.0924.98-
YUV126.33132.33166.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 134 (52.73% from 255) = 32.52%
R=43.93%
G=23.54%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819713400.460.260.29333.5736.2154.51
HexB5618602E1A1D14e2437
Octal26514120605632355164467
Binary1011010111000011000011001011101101011101101001110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56186; }

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

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

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

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

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

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

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

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