#B4787E

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

Shades of Tapestry #B4787E

Tints of Tapestry #B4787E

Color information

#B4787E (or 0xB4787E) is unknown color: approx Tapestry. HEX triplet: B4, 78 and 7E. RGB value is (180,120,126). Sum of RGB (Red+Green+Blue) = 180+120+126=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4787E is #4B8781. Grayscale: #8A8A8A. Windows color (decimal): -4949890 or 8288436. OLE color: 8288436.

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

Color convert

RGB180120126-
CMYK00.330.30.29
HSL354º28.57%58.82%-
HSV(B)354º33.33%70.59%-
XYZ29.324.6422.95-
YUV138.62120.88157.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=42.25%
G=28.17%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012012600.330.30.2935428.5758.82
HexB4787E0211E1D1621d3b
Octal26417017604136355423573
Binary10110100111100011111100100001111101110110110001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4787E; }

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

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

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

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

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

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

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

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