#B5858D

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

Shades of Tapestry #B5858D

Tints of Tapestry #B5858D

Color information

#B5858D (or 0xB5858D) is unknown color: approx Tapestry. HEX triplet: B5, 85 and 8D. RGB value is (181,133,141). Sum of RGB (Red+Green+Blue) = 181+133+141=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5858D is #4A7A72. Grayscale: #949494. Windows color (decimal): -4881011 or 9274805. OLE color: 9274805.

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

Color convert

RGB181133141-
CMYK00.270.220.29
HSL350º24.49%61.57%-
HSV(B)350º26.52%70.98%-
XYZ32.2528.5229-
YUV148.26123.9151.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=39.78%
G=29.23%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113314100.270.220.2935024.4961.57
HexB5858D01B161D15e183e
Octal26520521503326355363076
Binary101101011000010110001101011011101101110110101111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5858D; }

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

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

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

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

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

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

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

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