#B3787F

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

Shades of Tapestry #B3787F

Tints of Tapestry #B3787F

Color information

#B3787F (or 0xB3787F) is unknown color: approx Tapestry. HEX triplet: B3, 78 and 7F. RGB value is (179,120,127). Sum of RGB (Red+Green+Blue) = 179+120+127=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B3787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3787F is #4C8780. Grayscale: #8A8A8A. Windows color (decimal): -5015425 or 8353971. OLE color: 8353971.

HSL color Cylindrical-coordinate representation of color #B3787F: hue angle of 352.88º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3787F is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB179120127-
CMYK00.330.290.30
HSL352.88º27.96%58.63%-
HSV(B)352.88º32.96%70.2%-
XYZ29.1424.5523.28-
YUV138.44121.55156.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 127 (50% from 255) = 29.81%
R=42.02%
G=28.17%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912012700.330.290.30352.8827.9658.63
HexB3787F0211D1E1611c3b
Octal26317017704135365413473
Binary10110011111100011111110100001111011111010110000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3787F; }

 p { color: rgb(179,120,127); }

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

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

 a { background-color: rgb(179,120,127); }

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

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

 span { border-color: rgb(179,120,127); }

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