#B58587

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

Shades of Tapestry #B58587

Tints of Tapestry #B58587

Color information

#B58587 (or 0xB58587) is unknown color: approx Tapestry. HEX triplet: B5, 85 and 87. RGB value is (181,133,135). Sum of RGB (Red+Green+Blue) = 181+133+135=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B58587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58587 is #4A7A78. Grayscale: #939393. Windows color (decimal): -4881017 or 8881589. OLE color: 8881589.

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

Color convert

RGB181133135-
CMYK00.270.250.29
HSL357.5º24.49%61.57%-
HSV(B)357.5º26.52%70.98%-
XYZ31.8228.3526.72-
YUV147.58120.9151.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 135 (53.12% from 255) = 30.07%
R=40.31%
G=29.62%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113313500.270.250.29357.524.4961.57
HexB5858701B191D166183e
Octal26520520703331355463076
Binary101101011000010110000111011011110011110110110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58587; }

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

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

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

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

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

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

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

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