#B77B86

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

Shades of Tapestry #B77B86

Tints of Tapestry #B77B86

Color information

#B77B86 (or 0xB77B86) is unknown color: approx Tapestry. HEX triplet: B7, 7B and 86. RGB value is (183,123,134). Sum of RGB (Red+Green+Blue) = 183+123+134=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77B86 is #488479. Grayscale: #8E8E8E. Windows color (decimal): -4752506 or 8813495. OLE color: 8813495.

HSL color Cylindrical-coordinate representation of color #B77B86: hue angle of 349º degrees, saturation: 0.29, 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 #B77B86 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB183123134-
CMYK00.330.270.28
HSL349º29.41%60%-
HSV(B)349º32.79%71.76%-
XYZ30.9125.9525.93-
YUV142.19123.38157.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 134 (52.73% from 255) = 30.45%
R=41.59%
G=27.95%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312313400.330.270.2834929.4160
HexB77B860211B1C15d1d3c
Octal26717320604133345353574
Binary101101111111011100001100100001110111110010101110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B86; }

 p { color: rgb(183,123,134); }

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

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

 a { background-color: rgb(183,123,134); }

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

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

 span { border-color: rgb(183,123,134); }

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