#B77882

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

Shades of Tapestry #B77882

Tints of Tapestry #B77882

Color information

#B77882 (or 0xB77882) is unknown color: approx Tapestry. HEX triplet: B7, 78 and 82. RGB value is (183,120,130). Sum of RGB (Red+Green+Blue) = 183+120+130=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B77882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77882 is #48877D. Grayscale: #8C8C8C. Windows color (decimal): -4753278 or 8550583. OLE color: 8550583.

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

Color convert

RGB183120130-
CMYK00.340.290.28
HSL350.48º30.43%59.41%-
HSV(B)350.48º34.43%71.76%-
XYZ30.2725.1124.37-
YUV139.98122.37158.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 120 (47.27% from 255) = 27.71%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=42.26%
G=27.71%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312013000.340.290.28350.4830.4359.41
HexB778820221D1C15e1e3b
Octal26717020204235345363673
Binary101101111111000100000100100010111011110010101111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77882; }

 p { color: rgb(183,120,130); }

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

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

 a { background-color: rgb(183,120,130); }

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

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

 span { border-color: rgb(183,120,130); }

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