#B77A8C

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

Shades of Tapestry #B77A8C

Tints of Tapestry #B77A8C

Color information

#B77A8C (or 0xB77A8C) is unknown color: approx Tapestry. HEX triplet: B7, 7A and 8C. RGB value is (183,122,140). Sum of RGB (Red+Green+Blue) = 183+122+140=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77A8C is #488573. Grayscale: #8E8E8E. Windows color (decimal): -4752756 or 9206455. OLE color: 9206455.

HSL color Cylindrical-coordinate representation of color #B77A8C: hue angle of 342.3º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77A8C is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB183122140-
CMYK00.330.230.28
HSL342.3º29.76%59.8%-
HSV(B)342.3º33.33%71.76%-
XYZ31.2225.8828.16-
YUV142.29126.71157.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=41.12%
G=27.42%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312214000.330.230.28342.329.7659.8
HexB77A8C021171C1561e3c
Octal26717221404127345263674
Binary101101111111010100011000100001101111110010101011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A8C; }

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

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

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

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

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

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

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

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