#B4788E

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

Shades of Tapestry #B4788E

Tints of Tapestry #B4788E

Color information

#B4788E (or 0xB4788E) is unknown color: approx Tapestry. HEX triplet: B4, 78 and 8E. RGB value is (180,120,142). Sum of RGB (Red+Green+Blue) = 180+120+142=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4788E is #4B8771. Grayscale: #8C8C8C. Windows color (decimal): -4949874 or 9337012. OLE color: 9337012.

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

Color convert

RGB180120142-
CMYK00.330.210.29
HSL338º28.57%58.82%-
HSV(B)338º33.33%70.59%-
XYZ30.4225.0928.83-
YUV140.45128.88156.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=40.72%
G=27.15%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012014200.330.210.2933828.5758.82
HexB4788E021151D1521d3b
Octal26417021604125355223573
Binary101101001111000100011100100001101011110110101001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4788E; }

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

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

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

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

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

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

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

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