#B3778C

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

Shades of Tapestry #B3778C

Tints of Tapestry #B3778C

Color information

#B3778C (or 0xB3778C) is unknown color: approx Tapestry. HEX triplet: B3, 77 and 8C. RGB value is (179,119,140). Sum of RGB (Red+Green+Blue) = 179+119+140=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3778C is #4C8873. Grayscale: #8B8B8B. Windows color (decimal): -5015668 or 9205683. OLE color: 9205683.

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

Color convert

RGB179119140-
CMYK00.340.220.30
HSL339º28.3%58.43%-
HSV(B)339º33.52%70.2%-
XYZ29.9224.6728-
YUV139.33128.38156.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 119 (46.88% from 255) = 27.17%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=40.87%
G=27.17%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911914000.340.220.3033928.358.43
HexB3778C022161E1531c3a
Octal26316721404226365233472
Binary101100111110111100011000100010101101111010101001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3778C; }

 p { color: rgb(179,119,140); }

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

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

 a { background-color: rgb(179,119,140); }

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

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

 span { border-color: rgb(179,119,140); }

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