#B77C86

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

Shades of Tapestry #B77C86

Tints of Tapestry #B77C86

Color information

#B77C86 (or 0xB77C86) is unknown color: approx Tapestry. HEX triplet: B7, 7C and 86. RGB value is (183,124,134). Sum of RGB (Red+Green+Blue) = 183+124+134=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77C86 is #488379. Grayscale: #8E8E8E. Windows color (decimal): -4752250 or 8813751. OLE color: 8813751.

HSL color Cylindrical-coordinate representation of color #B77C86: hue angle of 349.83º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77C86 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB183124134-
CMYK00.320.270.28
HSL349.83º29.06%60.2%-
HSV(B)349.83º32.24%71.76%-
XYZ31.0426.225.98-
YUV142.78123.05156.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=41.50%
G=28.12%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312413400.320.270.28349.8329.0660.2
HexB77C860201B1C15e1d3c
Octal26717420604033345363574
Binary101101111111100100001100100000110111110010101111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C86; }

 p { color: rgb(183,124,134); }

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

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

 a { background-color: rgb(183,124,134); }

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

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

 span { border-color: rgb(183,124,134); }

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