#B47293

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

Shades of Tapestry #B47293

Tints of Tapestry #B47293

Color information

#B47293 (or 0xB47293) is unknown color: approx Tapestry. HEX triplet: B4, 72 and 93. RGB value is (180,114,147). Sum of RGB (Red+Green+Blue) = 180+114+147=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B47293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47293 is #4B8D6C. Grayscale: #898989. Windows color (decimal): -4951405 or 9663156. OLE color: 9663156.

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

Color convert

RGB180114147-
CMYK00.370.180.29
HSL330º30.56%57.65%-
HSV(B)330º36.67%70.59%-
XYZ30.1123.8430.62-
YUV137.5133.37158.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 147 (57.81% from 255) = 33.33%
R=40.82%
G=25.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011414700.370.180.2933030.5657.65
HexB47293025121D14a1f3a
Octal26416222304522355123772
Binary101101001110010100100110100101100101110110100101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47293; }

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

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

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

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

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

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

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

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