#B77883

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

Shades of Tapestry #B77883

Tints of Tapestry #B77883

Color information

#B77883 (or 0xB77883) is unknown color: approx Tapestry. HEX triplet: B7, 78 and 83. RGB value is (183,120,131). Sum of RGB (Red+Green+Blue) = 183+120+131=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B77883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77883 is #48877C. Grayscale: #8C8C8C. Windows color (decimal): -4753277 or 8616119. OLE color: 8616119.

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

Color convert

RGB183120131-
CMYK00.340.280.28
HSL349.52º30.43%59.41%-
HSV(B)349.52º34.43%71.76%-
XYZ30.3425.1424.73-
YUV140.09122.87158.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 131 (51.56% from 255) = 30.18%
R=42.17%
G=27.65%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312013100.340.280.28349.5230.4359.41
HexB778830221C1C15e1e3b
Octal26717020304234345363673
Binary101101111111000100000110100010111001110010101111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77883; }

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

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

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

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

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

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

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

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