#B77E8D

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

Shades of Tapestry #B77E8D

Tints of Tapestry #B77E8D

Color information

#B77E8D (or 0xB77E8D) is unknown color: approx Tapestry. HEX triplet: B7, 7E and 8D. RGB value is (183,126,141). Sum of RGB (Red+Green+Blue) = 183+126+141=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E8D is #488172. Grayscale: #909090. Windows color (decimal): -4751731 or 9273015. OLE color: 9273015.

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

Color convert

RGB183126141-
CMYK00.310.230.28
HSL344.21º28.36%60.59%-
HSV(B)344.21º31.15%71.76%-
XYZ31.826.9128.72-
YUV144.75125.88155.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 126 (49.61% from 255) = 28%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=40.67%
G=28%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312614100.310.230.28344.2128.3660.59
HexB77E8D01F171C1581c3d
Octal26717621503727345303475
Binary10110111111111010001101011111101111110010101100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E8D; }

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

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

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

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

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

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

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

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