#B47591

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

Shades of Tapestry #B47591

Tints of Tapestry #B47591

Color information

#B47591 (or 0xB47591) is unknown color: approx Tapestry. HEX triplet: B4, 75 and 91. RGB value is (180,117,145). Sum of RGB (Red+Green+Blue) = 180+117+145=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B47591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47591 is #4B8A6E. Grayscale: #8A8A8A. Windows color (decimal): -4950639 or 9532852. OLE color: 9532852.

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

Color convert

RGB180117145-
CMYK00.350.190.29
HSL333.33º29.58%58.24%-
HSV(B)333.33º35%70.59%-
XYZ30.2924.4729.91-
YUV139.03131.37157.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 145 (57.03% from 255) = 32.81%
R=40.72%
G=26.47%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011714500.350.190.29333.3329.5858.24
HexB47591023131D14d1e3a
Octal26416522104323355153672
Binary101101001110101100100010100011100111110110100110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47591; }

 p { color: rgb(180,117,145); }

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

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

 a { background-color: rgb(180,117,145); }

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

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

 span { border-color: rgb(180,117,145); }

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