#B4738A

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

Shades of Tapestry #B4738A

Tints of Tapestry #B4738A

Color information

#B4738A (or 0xB4738A) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 8A. RGB value is (180,115,138). Sum of RGB (Red+Green+Blue) = 180+115+138=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4738A is #4B8C75. Grayscale: #898989. Windows color (decimal): -4951158 or 9073588. OLE color: 9073588.

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

Color convert

RGB180115138-
CMYK00.360.230.29
HSL338.77º30.23%57.84%-
HSV(B)338.77º36.11%70.59%-
XYZ29.5423.827.08-
YUV137.06128.53158.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=41.57%
G=26.56%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011513800.360.230.29338.7730.2357.84
HexB4738A024171D1531e3a
Octal26416321204427355233672
Binary101101001110011100010100100100101111110110101001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4738A; }

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

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

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

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

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

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

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

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