#B77A81

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

Shades of Tapestry #B77A81

Tints of Tapestry #B77A81

Color information

#B77A81 (or 0xB77A81) is unknown color: approx Tapestry. HEX triplet: B7, 7A and 81. RGB value is (183,122,129). Sum of RGB (Red+Green+Blue) = 183+122+129=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77A81 is #48857E. Grayscale: #8D8D8D. Windows color (decimal): -4752767 or 8485559. OLE color: 8485559.

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

Color convert

RGB183122129-
CMYK00.330.300.28
HSL353.11º29.76%59.8%-
HSV(B)353.11º33.33%71.76%-
XYZ30.4525.5724.1-
YUV141.04121.21157.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=42.17%
G=28.11%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312212900.330.300.28353.1129.7659.8
HexB77A810211E1C1611e3c
Octal26717220104136345413674
Binary101101111111010100000010100001111101110010110000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A81; }

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

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

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

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

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

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

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

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