#B4748F

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

Shades of Tapestry #B4748F

Tints of Tapestry #B4748F

Color information

#B4748F (or 0xB4748F) is unknown color: approx Tapestry. HEX triplet: B4, 74 and 8F. RGB value is (180,116,143). Sum of RGB (Red+Green+Blue) = 180+116+143=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4748F is #4B8B70. Grayscale: #8A8A8A. Windows color (decimal): -4950897 or 9401524. OLE color: 9401524.

HSL color Cylindrical-coordinate representation of color #B4748F: hue angle of 334.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 #B4748F is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB180116143-
CMYK00.360.210.29
HSL334.69º29.91%58.04%-
HSV(B)334.69º35.56%70.59%-
XYZ30.0324.1829.07-
YUV138.21130.7157.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=41.00%
G=26.42%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011614300.360.210.29334.6929.9158.04
HexB4748F024151D14f1e3a
Octal26416421704425355173672
Binary101101001110100100011110100100101011110110100111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4748F; }

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

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

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

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

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

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

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

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