#B5777E

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

Shades of Tapestry #B5777E

Tints of Tapestry #B5777E

Color information

#B5777E (or 0xB5777E) is unknown color: approx Tapestry. HEX triplet: B5, 77 and 7E. RGB value is (181,119,126). Sum of RGB (Red+Green+Blue) = 181+119+126=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5777E is #4A8881. Grayscale: #8A8A8A. Windows color (decimal): -4884610 or 8288181. OLE color: 8288181.

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

Color convert

RGB181119126-
CMYK00.340.300.29
HSL353.23º29.52%58.82%-
HSV(B)353.23º34.25%70.98%-
XYZ29.4224.5222.92-
YUV138.34121.04158.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=42.49%
G=27.93%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111912600.340.300.29353.2329.5258.82
HexB5777E0221E1D1611e3b
Octal26516717604236355413673
Binary10110101111011111111100100010111101110110110000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5777E; }

 p { color: rgb(181,119,126); }

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

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

 a { background-color: rgb(181,119,126); }

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

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

 span { border-color: rgb(181,119,126); }

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