#B4718D

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

Shades of Tapestry #B4718D

Tints of Tapestry #B4718D

Color information

#B4718D (or 0xB4718D) is unknown color: approx Tapestry. HEX triplet: B4, 71 and 8D. RGB value is (180,113,141). Sum of RGB (Red+Green+Blue) = 180+113+141=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4718D is #4B8E72. Grayscale: #888888. Windows color (decimal): -4951667 or 9269684. OLE color: 9269684.

HSL color Cylindrical-coordinate representation of color #B4718D: hue angle of 334.93º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4718D is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180113141-
CMYK00.370.220.29
HSL334.93º30.88%57.45%-
HSV(B)334.93º37.22%70.59%-
XYZ29.5423.4428.17-
YUV136.23130.7159.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=41.47%
G=26.04%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011314100.370.220.29334.9330.8857.45
HexB4718D025161D14f1f39
Octal26416121504526355173771
Binary101101001110001100011010100101101101110110100111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4718D; }

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

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

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

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

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

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

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

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