#B5777D

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

Shades of Tapestry #B5777D

Tints of Tapestry #B5777D

Color information

#B5777D (or 0xB5777D) is unknown color: approx Tapestry. HEX triplet: B5, 77 and 7D. RGB value is (181,119,125). Sum of RGB (Red+Green+Blue) = 181+119+125=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5777D is #4A8882. Grayscale: #8A8A8A. Windows color (decimal): -4884611 or 8222645. OLE color: 8222645.

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

Color convert

RGB181119125-
CMYK00.340.310.29
HSL354.19º29.52%58.82%-
HSV(B)354.19º34.25%70.98%-
XYZ29.3524.522.58-
YUV138.22120.54158.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=42.59%
G=28%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111912500.340.310.29354.1929.5258.82
HexB5777D0221F1D1621e3b
Octal26516717504237355423673
Binary10110101111011111111010100010111111110110110001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5777D; }

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

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

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

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

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

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

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

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