#B5808D

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

Shades of Tapestry #B5808D

Tints of Tapestry #B5808D

Color information

#B5808D (or 0xB5808D) is unknown color: approx Tapestry. HEX triplet: B5, 80 and 8D. RGB value is (181,128,141). Sum of RGB (Red+Green+Blue) = 181+128+141=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B5808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5808D is #4A7F72. Grayscale: #919191. Windows color (decimal): -4882291 or 9273525. OLE color: 9273525.

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

Color convert

RGB181128141-
CMYK00.290.220.29
HSL345.28º26.37%60.59%-
HSV(B)345.28º29.28%70.98%-
XYZ31.5827.1928.78-
YUV145.33125.56153.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=40.22%
G=28.44%
B=31.33%

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
Decimal18112814100.290.220.29345.2826.3760.59
HexB5808D01D161D1591a3d
Octal26520021503526355313275
Binary101101011000000010001101011101101101110110101100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5808D; }

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

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

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

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

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

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

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

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