#B47090

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

Shades of Tapestry #B47090

Tints of Tapestry #B47090

Color information

#B47090 (or 0xB47090) is unknown color: approx Tapestry. HEX triplet: B4, 70 and 90. RGB value is (180,112,144). Sum of RGB (Red+Green+Blue) = 180+112+144=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B47090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47090 is #4B8F6F. Grayscale: #878787. Windows color (decimal): -4951920 or 9466036. OLE color: 9466036.

HSL color Cylindrical-coordinate representation of color #B47090: hue angle of 331.76º 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 #B47090 is Cyan = 0, Magento = 0.38, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB180112144-
CMYK00.380.20.29
HSL331.76º31.19%57.25%-
HSV(B)331.76º37.78%70.59%-
XYZ29.6523.3129.32-
YUV135.98132.53159.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 144 (56.64% from 255) = 33.03%
R=41.28%
G=25.69%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011214400.380.20.29331.7631.1957.25
HexB47090026141D14c1f39
Octal26416022004624355143771
Binary101101001110000100100000100110101001110110100110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47090; }

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

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

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

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

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

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

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

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