#B56592

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

Shades of Tapestry #B56592

Tints of Tapestry #B56592

Color information

#B56592 (or 0xB56592) is unknown color: approx Tapestry. HEX triplet: B5, 65 and 92. RGB value is (181,101,146). Sum of RGB (Red+Green+Blue) = 181+101+146=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B56592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56592 is #4A9A6D. Grayscale: #818181. Windows color (decimal): -4889198 or 9594293. OLE color: 9594293.

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

Color convert

RGB181101146-
CMYK00.440.190.29
HSL326.25º35.09%55.29%-
HSV(B)326.25º44.2%70.98%-
XYZ28.921.2129.76-
YUV130.05137164.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=42.29%
G=23.60%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110114600.440.190.29326.2535.0955.29
HexB5659202C131D1462337
Octal26514522205423355064367
Binary1011010111001011001001001011001001111101101000110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56592; }

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

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

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

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

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

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

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

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