#B4738E

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

Shades of Tapestry #B4738E

Tints of Tapestry #B4738E

Color information

#B4738E (or 0xB4738E) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 8E. RGB value is (180,115,142). Sum of RGB (Red+Green+Blue) = 180+115+142=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4738E is #4B8C71. Grayscale: #898989. Windows color (decimal): -4951154 or 9335732. OLE color: 9335732.

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

Color convert

RGB180115142-
CMYK00.360.210.29
HSL335.08º30.23%57.84%-
HSV(B)335.08º36.11%70.59%-
XYZ29.8423.9228.64-
YUV137.51130.53158.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=41.19%
G=26.32%
B=32.49%

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
Decimal18011514200.360.210.29335.0830.2357.84
HexB4738E024151D14f1e3a
Octal26416321604425355173672
Binary101101001110011100011100100100101011110110100111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4738E; }

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

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

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

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

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

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

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

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