#B77E86

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

Shades of Tapestry #B77E86

Tints of Tapestry #B77E86

Color information

#B77E86 (or 0xB77E86) is unknown color: approx Tapestry. HEX triplet: B7, 7E and 86. RGB value is (183,126,134). Sum of RGB (Red+Green+Blue) = 183+126+134=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E86 is #488179. Grayscale: #8F8F8F. Windows color (decimal): -4751738 or 8814263. OLE color: 8814263.

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

Color convert

RGB183126134-
CMYK00.310.270.28
HSL351.58º28.36%60.59%-
HSV(B)351.58º31.15%71.76%-
XYZ31.2926.7126.06-
YUV143.95122.38155.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=41.31%
G=28.44%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312613400.310.270.28351.5828.3660.59
HexB77E8601F1B1C1601c3d
Octal26717620603733345403475
Binary10110111111111010000110011111110111110010110000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E86; }

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

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

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

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

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

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

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

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