#B4738D

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

Shades of Tapestry #B4738D

Tints of Tapestry #B4738D

Color information

#B4738D (or 0xB4738D) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 8D. RGB value is (180,115,141). Sum of RGB (Red+Green+Blue) = 180+115+141=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4738D is #4B8C72. Grayscale: #898989. Windows color (decimal): -4951155 or 9270196. OLE color: 9270196.

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

Color convert

RGB180115141-
CMYK00.360.220.29
HSL336º30.23%57.84%-
HSV(B)336º36.11%70.59%-
XYZ29.7623.8928.24-
YUV137.4130.03158.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=41.28%
G=26.38%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011514100.360.220.2933630.2357.84
HexB4738D024161D1501e3a
Octal26416321504426355203672
Binary101101001110011100011010100100101101110110101000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4738D; }

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

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

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

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

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

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

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

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