#B47291

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

Shades of Tapestry #B47291

Tints of Tapestry #B47291

Color information

#B47291 (or 0xB47291) is unknown color: approx Tapestry. HEX triplet: B4, 72 and 91. RGB value is (180,114,145). Sum of RGB (Red+Green+Blue) = 180+114+145=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B47291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47291 is #4B8D6E. Grayscale: #898989. Windows color (decimal): -4951407 or 9532084. OLE color: 9532084.

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

Color convert

RGB180114145-
CMYK00.370.190.29
HSL331.82º30.56%57.65%-
HSV(B)331.82º36.67%70.59%-
XYZ29.9523.7829.8-
YUV137.27132.37158.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 145 (57.03% from 255) = 33.03%
R=41.00%
G=25.97%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011414500.370.190.29331.8230.5657.65
HexB47291025131D14c1f3a
Octal26416222104523355143772
Binary101101001110010100100010100101100111110110100110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47291; }

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

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

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

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

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

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

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

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