#B77E8C

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

Shades of Tapestry #B77E8C

Tints of Tapestry #B77E8C

Color information

#B77E8C (or 0xB77E8C) is unknown color: approx Tapestry. HEX triplet: B7, 7E and 8C. RGB value is (183,126,140). Sum of RGB (Red+Green+Blue) = 183+126+140=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E8C is #488173. Grayscale: #909090. Windows color (decimal): -4751732 or 9207479. OLE color: 9207479.

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

Color convert

RGB183126140-
CMYK00.310.230.28
HSL345.26º28.36%60.59%-
HSV(B)345.26º31.15%71.76%-
XYZ31.7226.8828.33-
YUV144.64125.38155.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 126 (49.61% from 255) = 28.06%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=40.76%
G=28.06%
B=31.18%

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
Decimal18312614000.310.230.28345.2628.3660.59
HexB77E8C01F171C1591c3d
Octal26717621403727345313475
Binary10110111111111010001100011111101111110010101100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E8C; }

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

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

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

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

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

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

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

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