#B4748A

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

Shades of Tapestry #B4748A

Tints of Tapestry #B4748A

Color information

#B4748A (or 0xB4748A) is unknown color: approx Tapestry. HEX triplet: B4, 74 and 8A. RGB value is (180,116,138). Sum of RGB (Red+Green+Blue) = 180+116+138=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4748A is #4B8B75. Grayscale: #898989. Windows color (decimal): -4950902 or 9073844. OLE color: 9073844.

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

Color convert

RGB180116138-
CMYK00.360.230.29
HSL339.38º29.91%58.04%-
HSV(B)339.38º35.56%70.59%-
XYZ29.6624.0327.12-
YUV137.64128.2158.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=41.47%
G=26.73%
B=31.80%

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
Decimal18011613800.360.230.29339.3829.9158.04
HexB4748A024171D1531e3a
Octal26416421204427355233672
Binary101101001110100100010100100100101111110110101001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4748A; }

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

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

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

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

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

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

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

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