#B3718D

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

Shades of Tapestry #B3718D

Tints of Tapestry #B3718D

Color information

#B3718D (or 0xB3718D) is unknown color: approx Tapestry. HEX triplet: B3, 71 and 8D. RGB value is (179,113,141). Sum of RGB (Red+Green+Blue) = 179+113+141=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3718D is #4C8E72. Grayscale: #878787. Windows color (decimal): -5017203 or 9269683. OLE color: 9269683.

HSL color Cylindrical-coordinate representation of color #B3718D: hue angle of 334.55º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3718D is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB179113141-
CMYK00.370.210.30
HSL334.55º30.28%57.25%-
HSV(B)334.55º36.87%70.2%-
XYZ29.323.3228.16-
YUV135.93130.87158.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=41.34%
G=26.10%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911314100.370.210.30334.5530.2857.25
HexB3718D025151E14f1e39
Octal26316121504525365173671
Binary101100111110001100011010100101101011111010100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3718D; }

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

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

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

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

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

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

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

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