#B77E8B

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

Shades of Tapestry #B77E8B

Tints of Tapestry #B77E8B

Color information

#B77E8B (or 0xB77E8B) is unknown color: approx Tapestry. HEX triplet: B7, 7E and 8B. RGB value is (183,126,139). Sum of RGB (Red+Green+Blue) = 183+126+139=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E8B is #488174. Grayscale: #909090. Windows color (decimal): -4751733 or 9141943. OLE color: 9141943.

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

Color convert

RGB183126139-
CMYK00.310.240.28
HSL346.32º28.36%60.59%-
HSV(B)346.32º31.15%71.76%-
XYZ31.6526.8527.94-
YUV144.52124.88155.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.85%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=40.85%
G=28.12%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312613900.310.240.28346.3228.3660.59
HexB77E8B01F181C15a1c3d
Octal26717621303730345323475
Binary10110111111111010001011011111110001110010101101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E8B; }

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

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

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

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

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

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

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

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