#B5808E

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

Shades of Tapestry #B5808E

Tints of Tapestry #B5808E

Color information

#B5808E (or 0xB5808E) is unknown color: approx Tapestry. HEX triplet: B5, 80 and 8E. RGB value is (181,128,142). Sum of RGB (Red+Green+Blue) = 181+128+142=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5808E is #4A7F71. Grayscale: #919191. Windows color (decimal): -4882290 or 9339061. OLE color: 9339061.

HSL color Cylindrical-coordinate representation of color #B5808E: hue angle of 344.15º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5808E is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB181128142-
CMYK00.290.220.29
HSL344.15º26.37%60.59%-
HSV(B)344.15º29.28%70.98%-
XYZ31.6627.2229.18-
YUV145.44126.06153.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=40.13%
G=28.38%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112814200.290.220.29344.1526.3760.59
HexB5808E01D161D1581a3d
Octal26520021603526355303275
Binary101101011000000010001110011101101101110110101100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5808E; }

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

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

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

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

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

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

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

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