#B5767E

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

Shades of Tapestry #B5767E

Tints of Tapestry #B5767E

Color information

#B5767E (or 0xB5767E) is unknown color: approx Tapestry. HEX triplet: B5, 76 and 7E. RGB value is (181,118,126). Sum of RGB (Red+Green+Blue) = 181+118+126=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5767E is #4A8981. Grayscale: #898989. Windows color (decimal): -4884866 or 8287925. OLE color: 8287925.

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

Color convert

RGB181118126-
CMYK00.350.300.29
HSL352.38º29.86%58.63%-
HSV(B)352.38º34.81%70.98%-
XYZ29.324.2922.88-
YUV137.75121.37158.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=42.59%
G=27.76%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111812600.350.300.29352.3829.8658.63
HexB5767E0231E1D1601e3b
Octal26516617604336355403673
Binary10110101111011011111100100011111101110110110000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5767E; }

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

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

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

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

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

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

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

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