#B4747F

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

Shades of Tapestry #B4747F

Tints of Tapestry #B4747F

Color information

#B4747F (or 0xB4747F) is unknown color: approx Tapestry. HEX triplet: B4, 74 and 7F. RGB value is (180,116,127). Sum of RGB (Red+Green+Blue) = 180+116+127=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4747F is #4B8B80. Grayscale: #888888. Windows color (decimal): -4950913 or 8352948. OLE color: 8352948.

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

Color convert

RGB180116127-
CMYK00.360.290.29
HSL349.69º29.91%58.04%-
HSV(B)349.69º35.56%70.59%-
XYZ28.923.7323.14-
YUV136.39122.7159.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 127 (50% from 255) = 30.02%
R=42.55%
G=27.42%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011612700.360.290.29349.6929.9158.04
HexB4747F0241D1D15e1e3a
Octal26416417704435355363672
Binary10110100111010011111110100100111011110110101111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4747F; }

 p { color: rgb(180,116,127); }

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

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

 a { background-color: rgb(180,116,127); }

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

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

 span { border-color: rgb(180,116,127); }

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