#B4748B

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

Shades of Tapestry #B4748B

Tints of Tapestry #B4748B

Color information

#B4748B (or 0xB4748B) is unknown color: approx Tapestry. HEX triplet: B4, 74 and 8B. RGB value is (180,116,139). Sum of RGB (Red+Green+Blue) = 180+116+139=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4748B is #4B8B74. Grayscale: #898989. Windows color (decimal): -4950901 or 9139380. OLE color: 9139380.

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

Color convert

RGB180116139-
CMYK00.360.230.29
HSL338.44º29.91%58.04%-
HSV(B)338.44º35.56%70.59%-
XYZ29.7324.0627.5-
YUV137.76128.7158.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=41.38%
G=26.67%
B=31.95%

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
Decimal18011613900.360.230.29338.4429.9158.04
HexB4748B024171D1521e3a
Octal26416421304427355223672
Binary101101001110100100010110100100101111110110101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4748B; }

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

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

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

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

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

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

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

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