#B2778E

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

Shades of Tapestry #B2778E

Tints of Tapestry #B2778E

Color information

#B2778E (or 0xB2778E) is unknown color: approx Tapestry. HEX triplet: B2, 77 and 8E. RGB value is (178,119,142). Sum of RGB (Red+Green+Blue) = 178+119+142=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2778E is #4D8871. Grayscale: #8B8B8B. Windows color (decimal): -5081202 or 9336754. OLE color: 9336754.

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

Color convert

RGB178119142-
CMYK00.330.200.30
HSL336.61º27.7%58.24%-
HSV(B)336.61º33.15%69.8%-
XYZ29.8424.6128.77-
YUV139.26129.55155.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=40.55%
G=27.11%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811914200.330.200.30336.6127.758.24
HexB2778E021141E1511c3a
Octal26216721604124365213472
Binary101100101110111100011100100001101001111010101000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2778E; }

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

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

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

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

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

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

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

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