#B77E8E

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

Shades of Tapestry #B77E8E

Tints of Tapestry #B77E8E

Color information

#B77E8E (or 0xB77E8E) is unknown color: approx Tapestry. HEX triplet: B7, 7E and 8E. RGB value is (183,126,142). Sum of RGB (Red+Green+Blue) = 183+126+142=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E8E is #488171. Grayscale: #909090. Windows color (decimal): -4751730 or 9338551. OLE color: 9338551.

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

Color convert

RGB183126142-
CMYK00.310.220.28
HSL343.16º28.36%60.59%-
HSV(B)343.16º31.15%71.76%-
XYZ31.8726.9429.11-
YUV144.87126.38155.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=40.58%
G=27.94%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312614200.310.220.28343.1628.3660.59
HexB77E8E01F161C1571c3d
Octal26717621603726345273475
Binary10110111111111010001110011111101101110010101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E8E; }

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

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

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

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

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

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

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

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