#B47292

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

Shades of Tapestry #B47292

Tints of Tapestry #B47292

Color information

#B47292 (or 0xB47292) is unknown color: approx Tapestry. HEX triplet: B4, 72 and 92. RGB value is (180,114,146). Sum of RGB (Red+Green+Blue) = 180+114+146=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B47292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47292 is #4B8D6D. Grayscale: #898989. Windows color (decimal): -4951406 or 9597620. OLE color: 9597620.

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

Color convert

RGB180114146-
CMYK00.370.190.29
HSL330.91º30.56%57.65%-
HSV(B)330.91º36.67%70.59%-
XYZ30.0323.8130.21-
YUV137.38132.87158.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=40.91%
G=25.91%
B=33.18%

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
Decimal18011414600.370.190.29330.9130.5657.65
HexB47292025131D14b1f3a
Octal26416222204523355133772
Binary101101001110010100100100100101100111110110100101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47292; }

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

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

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

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

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

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

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

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