#B3778E

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

Shades of Tapestry #B3778E

Tints of Tapestry #B3778E

Color information

#B3778E (or 0xB3778E) is unknown color: approx Tapestry. HEX triplet: B3, 77 and 8E. RGB value is (179,119,142). Sum of RGB (Red+Green+Blue) = 179+119+142=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3778E is #4C8871. Grayscale: #8B8B8B. Windows color (decimal): -5015666 or 9336755. OLE color: 9336755.

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

Color convert

RGB179119142-
CMYK00.340.210.30
HSL337º28.3%58.43%-
HSV(B)337º33.52%70.2%-
XYZ30.0724.7328.78-
YUV139.56129.38156.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=40.68%
G=27.05%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911914200.340.210.3033728.358.43
HexB3778E022151E1511c3a
Octal26316721604225365213472
Binary101100111110111100011100100010101011111010101000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3778E; }

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

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

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

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

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

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

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

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