#B4738F

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

Shades of Tapestry #B4738F

Tints of Tapestry #B4738F

Color information

#B4738F (or 0xB4738F) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 8F. RGB value is (180,115,143). Sum of RGB (Red+Green+Blue) = 180+115+143=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4738F is #4B8C70. Grayscale: #898989. Windows color (decimal): -4951153 or 9401268. OLE color: 9401268.

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

Color convert

RGB180115143-
CMYK00.360.210.29
HSL334.15º30.23%57.84%-
HSV(B)334.15º36.11%70.59%-
XYZ29.9123.9529.03-
YUV137.63131.03158.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 143 (56.25% from 255) = 32.65%
R=41.10%
G=26.26%
B=32.65%

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
Decimal18011514300.360.210.29334.1530.2357.84
HexB4738F024151D14e1e3a
Octal26416321704425355163672
Binary101101001110011100011110100100101011110110100111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4738F; }

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

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

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

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

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

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

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

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