#B47093

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

Shades of Tapestry #B47093

Tints of Tapestry #B47093

Color information

#B47093 (or 0xB47093) is unknown color: approx Tapestry. HEX triplet: B4, 70 and 93. RGB value is (180,112,147). Sum of RGB (Red+Green+Blue) = 180+112+147=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B47093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47093 is #4B8F6C. Grayscale: #888888. Windows color (decimal): -4951917 or 9662644. OLE color: 9662644.

HSL color Cylindrical-coordinate representation of color #B47093: hue angle of 329.12º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47093 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180112147-
CMYK00.380.180.29
HSL329.12º31.19%57.25%-
HSV(B)329.12º37.78%70.59%-
XYZ29.8823.430.55-
YUV136.32134.03159.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=41.00%
G=25.51%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011214700.380.180.29329.1231.1957.25
HexB47093026121D1491f39
Octal26416022304622355113771
Binary101101001110000100100110100110100101110110100100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47093; }

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

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

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

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

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

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

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

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