#B3787E

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

Shades of Tapestry #B3787E

Tints of Tapestry #B3787E

Color information

#B3787E (or 0xB3787E) is unknown color: approx Tapestry. HEX triplet: B3, 78 and 7E. RGB value is (179,120,126). Sum of RGB (Red+Green+Blue) = 179+120+126=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3787E is #4C8781. Grayscale: #8A8A8A. Windows color (decimal): -5015426 or 8288435. OLE color: 8288435.

HSL color Cylindrical-coordinate representation of color #B3787E: hue angle of 353.9º 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 #B3787E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179120126-
CMYK00.330.300.30
HSL353.9º27.96%58.63%-
HSV(B)353.9º32.96%70.2%-
XYZ29.0724.5222.94-
YUV138.32121.05157.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=42.12%
G=28.24%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912012600.330.300.30353.927.9658.63
HexB3787E0211E1E1621c3b
Octal26317017604136365423473
Binary10110011111100011111100100001111101111010110001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3787E; }

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

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

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

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

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

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

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

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