#B77E83

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

Shades of Tapestry #B77E83

Tints of Tapestry #B77E83

Color information

#B77E83 (or 0xB77E83) is unknown color: approx Tapestry. HEX triplet: B7, 7E and 83. RGB value is (183,126,131). Sum of RGB (Red+Green+Blue) = 183+126+131=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E83 is #48817C. Grayscale: #8F8F8F. Windows color (decimal): -4751741 or 8617655. OLE color: 8617655.

HSL color Cylindrical-coordinate representation of color #B77E83: hue angle of 354.74º 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 #B77E83 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB183126131-
CMYK00.310.280.28
HSL354.74º28.36%60.59%-
HSV(B)354.74º31.15%71.76%-
XYZ31.0926.6324.97-
YUV143.61120.88156.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=41.59%
G=28.64%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312613100.310.280.28354.7428.3660.59
HexB77E8301F1C1C1631c3d
Octal26717620303734345433475
Binary10110111111111010000011011111111001110010110001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E83; }

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

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

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

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

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

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

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

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