#B4788C

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

Shades of Tapestry #B4788C

Tints of Tapestry #B4788C

Color information

#B4788C (or 0xB4788C) is unknown color: approx Tapestry. HEX triplet: B4, 78 and 8C. RGB value is (180,120,140). Sum of RGB (Red+Green+Blue) = 180+120+140=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4788C is #4B8773. Grayscale: #8C8C8C. Windows color (decimal): -4949876 or 9205940. OLE color: 9205940.

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

Color convert

RGB180120140-
CMYK00.330.220.29
HSL340º28.57%58.82%-
HSV(B)340º33.33%70.59%-
XYZ30.2725.0328.05-
YUV140.22127.88156.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=40.91%
G=27.27%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012014000.330.220.2934028.5758.82
HexB4788C021161D1541d3b
Octal26417021404126355243573
Binary101101001111000100011000100001101101110110101010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4788C; }

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

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

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

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

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

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

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

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