#B5858B

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

Shades of Tapestry #B5858B

Tints of Tapestry #B5858B

Color information

#B5858B (or 0xB5858B) is unknown color: approx Tapestry. HEX triplet: B5, 85 and 8B. RGB value is (181,133,139). Sum of RGB (Red+Green+Blue) = 181+133+139=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5858B is #4A7A74. Grayscale: #949494. Windows color (decimal): -4881013 or 9143733. OLE color: 9143733.

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

Color convert

RGB181133139-
CMYK00.270.230.29
HSL352.5º24.49%61.57%-
HSV(B)352.5º26.52%70.98%-
XYZ32.128.4628.23-
YUV148.04122.9151.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=39.96%
G=29.36%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113313900.270.230.29352.524.4961.57
HexB5858B01B171D160183e
Octal26520521303327355403076
Binary101101011000010110001011011011101111110110110000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5858B; }

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

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

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

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

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

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

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

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