#B77E8A

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

Shades of Tapestry #B77E8A

Tints of Tapestry #B77E8A

Color information

#B77E8A (or 0xB77E8A) is unknown color: approx Tapestry. HEX triplet: B7, 7E and 8A. RGB value is (183,126,138). Sum of RGB (Red+Green+Blue) = 183+126+138=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E8A is #488175. Grayscale: #909090. Windows color (decimal): -4751734 or 9076407. OLE color: 9076407.

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

Color convert

RGB183126138-
CMYK00.310.250.28
HSL347.37º28.36%60.59%-
HSV(B)347.37º31.15%71.76%-
XYZ31.5826.8227.56-
YUV144.41124.38155.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=40.94%
G=28.19%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312613800.310.250.28347.3728.3660.59
HexB77E8A01F191C15b1c3d
Octal26717621203731345333475
Binary10110111111111010001010011111110011110010101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E8A; }

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

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

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

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

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

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

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

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