#B47380

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

Shades of Tapestry #B47380

Tints of Tapestry #B47380

Color information

#B47380 (or 0xB47380) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 80. RGB value is (180,115,128). Sum of RGB (Red+Green+Blue) = 180+115+128=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B47380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47380 is #4B8C7F. Grayscale: #878787. Windows color (decimal): -4951168 or 8418228. OLE color: 8418228.

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

Color convert

RGB180115128-
CMYK00.360.290.29
HSL348º30.23%57.84%-
HSV(B)348º36.11%70.59%-
XYZ28.8523.5223.44-
YUV135.92123.53159.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=42.55%
G=27.19%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011512800.360.290.2934830.2357.84
HexB473800241D1D15c1e3a
Octal26416320004435355343672
Binary101101001110011100000000100100111011110110101110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47380; }

 p { color: rgb(180,115,128); }

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

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

 a { background-color: rgb(180,115,128); }

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

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

 span { border-color: rgb(180,115,128); }

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