#B46593

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

Shades of Tapestry #B46593

Tints of Tapestry #B46593

Color information

#B46593 (or 0xB46593) is unknown color: approx Tapestry. HEX triplet: B4, 65 and 93. RGB value is (180,101,147). Sum of RGB (Red+Green+Blue) = 180+101+147=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B46593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46593 is #4B9A6C. Grayscale: #818181. Windows color (decimal): -4954733 or 9659828. OLE color: 9659828.

HSL color Cylindrical-coordinate representation of color #B46593: hue angle of 325.06º degrees, saturation: 0.34, 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 #B46593 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180101147-
CMYK00.440.180.29
HSL325.06º34.5%55.1%-
HSV(B)325.06º43.89%70.59%-
XYZ28.7421.1230.16-
YUV129.86137.67163.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=42.06%
G=23.60%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010114700.440.180.29325.0634.555.1
HexB4659302C121D1452237
Octal26414522305422355054267
Binary1011010011001011001001101011001001011101101000101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46593; }

 p { color: rgb(180,101,147); }

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

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

 a { background-color: rgb(180,101,147); }

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

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

 span { border-color: rgb(180,101,147); }

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