#B2778B

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

Shades of Tapestry #B2778B

Tints of Tapestry #B2778B

Color information

#B2778B (or 0xB2778B) is unknown color: approx Tapestry. HEX triplet: B2, 77 and 8B. RGB value is (178,119,139). Sum of RGB (Red+Green+Blue) = 178+119+139=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2778B is #4D8874. Grayscale: #8A8A8A. Windows color (decimal): -5081205 or 9140146. OLE color: 9140146.

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

Color convert

RGB178119139-
CMYK00.330.220.30
HSL339.66º27.7%58.24%-
HSV(B)339.66º33.15%69.8%-
XYZ29.6224.5227.6-
YUV138.92128.05155.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=40.83%
G=27.29%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811913900.330.220.30339.6627.758.24
HexB2778B021161E1541c3a
Octal26216721304126365243472
Binary101100101110111100010110100001101101111010101010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2778B; }

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

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

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

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

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

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

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

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