#B0778D

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

Shades of Tapestry #B0778D

Tints of Tapestry #B0778D

Color information

#B0778D (or 0xB0778D) is unknown color: approx Tapestry. HEX triplet: B0, 77 and 8D. RGB value is (176,119,141). Sum of RGB (Red+Green+Blue) = 176+119+141=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0778D is #4F8872. Grayscale: #8A8A8A. Windows color (decimal): -5212275 or 9271216. OLE color: 9271216.

HSL color Cylindrical-coordinate representation of color #B0778D: hue angle of 336.84º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0778D is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176119141-
CMYK00.320.200.31
HSL336.84º26.51%57.84%-
HSV(B)336.84º32.39%69.02%-
XYZ29.3124.3528.35-
YUV138.55129.38154.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=40.37%
G=27.29%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611914100.320.200.31336.8426.5157.84
HexB0778D020141F1511b3a
Octal26016721504024375213372
Binary101100001110111100011010100000101001111110101000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0778D; }

 p { color: rgb(176,119,141); }

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

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

 a { background-color: rgb(176,119,141); }

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

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

 span { border-color: rgb(176,119,141); }

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