#B5768E

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

Shades of Tapestry #B5768E

Tints of Tapestry #B5768E

Color information

#B5768E (or 0xB5768E) is unknown color: approx Tapestry. HEX triplet: B5, 76 and 8E. RGB value is (181,118,142). Sum of RGB (Red+Green+Blue) = 181+118+142=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5768E is #4A8971. Grayscale: #8B8B8B. Windows color (decimal): -4884850 or 9336501. OLE color: 9336501.

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

Color convert

RGB181118142-
CMYK00.350.220.29
HSL337.14º29.86%58.63%-
HSV(B)337.14º34.81%70.98%-
XYZ30.4224.7328.76-
YUV139.57129.37157.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=41.04%
G=26.76%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111814200.350.220.29337.1429.8658.63
HexB5768E023161D1511e3b
Octal26516621604326355213673
Binary101101011110110100011100100011101101110110101000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5768E; }

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

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

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

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

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

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

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

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