#B77C89

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

Shades of Tapestry #B77C89

Tints of Tapestry #B77C89

Color information

#B77C89 (or 0xB77C89) is unknown color: approx Tapestry. HEX triplet: B7, 7C and 89. RGB value is (183,124,137). Sum of RGB (Red+Green+Blue) = 183+124+137=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77C89 is #488376. Grayscale: #8F8F8F. Windows color (decimal): -4752247 or 9010359. OLE color: 9010359.

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

Color convert

RGB183124137-
CMYK00.320.250.28
HSL346.78º29.06%60.2%-
HSV(B)346.78º32.24%71.76%-
XYZ31.2526.2927.09-
YUV143.12124.55156.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 137 (53.91% from 255) = 30.86%
R=41.22%
G=27.93%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312413700.320.250.28346.7829.0660.2
HexB77C89020191C15b1d3c
Octal26717421104031345333574
Binary101101111111100100010010100000110011110010101101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C89; }

 p { color: rgb(183,124,137); }

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

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

 a { background-color: rgb(183,124,137); }

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

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

 span { border-color: rgb(183,124,137); }

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