#B47983

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

Shades of Tapestry #B47983

Tints of Tapestry #B47983

Color information

#B47983 (or 0xB47983) is unknown color: approx Tapestry. HEX triplet: B4, 79 and 83. RGB value is (180,121,131). Sum of RGB (Red+Green+Blue) = 180+121+131=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B47983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47983 is #4B867C. Grayscale: #8B8B8B. Windows color (decimal): -4949629 or 8616372. OLE color: 8616372.

HSL color Cylindrical-coordinate representation of color #B47983: hue angle of 349.83º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B47983 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB180121131-
CMYK00.330.270.29
HSL349.83º28.23%59.02%-
HSV(B)349.83º32.78%70.59%-
XYZ29.7625.0224.73-
YUV139.78123.05156.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 121 (47.66% from 255) = 28.01%
BLUE value IS 131 (51.56% from 255) = 30.32%
R=41.67%
G=28.01%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012113100.330.270.29349.8328.2359.02
HexB479830211B1D15e1c3b
Octal26417120304133355363473
Binary101101001111001100000110100001110111110110101111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47983; }

 p { color: rgb(180,121,131); }

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

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

 a { background-color: rgb(180,121,131); }

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

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

 span { border-color: rgb(180,121,131); }

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