#B47283

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

Shades of Tapestry #B47283

Tints of Tapestry #B47283

Color information

#B47283 (or 0xB47283) is unknown color: approx Tapestry. HEX triplet: B4, 72 and 83. RGB value is (180,114,131). Sum of RGB (Red+Green+Blue) = 180+114+131=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B47283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47283 is #4B8D7C. Grayscale: #878787. Windows color (decimal): -4951421 or 8614580. OLE color: 8614580.

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

Color convert

RGB180114131-
CMYK00.370.270.29
HSL344.55º30.56%57.65%-
HSV(B)344.55º36.67%70.59%-
XYZ28.9423.3824.46-
YUV135.67125.37159.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=42.35%
G=26.82%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011413100.370.270.29344.5530.5657.65
HexB472830251B1D1591f3a
Octal26416220304533355313772
Binary101101001110010100000110100101110111110110101100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47283; }

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

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

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

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

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

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

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

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