#B58487

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

Shades of Tapestry #B58487

Tints of Tapestry #B58487

Color information

#B58487 (or 0xB58487) is unknown color: approx Tapestry. HEX triplet: B5, 84 and 87. RGB value is (181,132,135). Sum of RGB (Red+Green+Blue) = 181+132+135=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B58487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58487 is #4A7B78. Grayscale: #939393. Windows color (decimal): -4881273 or 8881333. OLE color: 8881333.

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

Color convert

RGB181132135-
CMYK00.270.250.29
HSL356.33º24.87%61.37%-
HSV(B)356.33º27.07%70.98%-
XYZ31.6828.0826.67-
YUV146.99121.23152.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 135 (53.12% from 255) = 30.13%
R=40.40%
G=29.46%
B=30.13%

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
Decimal18113213500.270.250.29356.3324.8761.37
HexB5848701B191D164193d
Octal26520420703331355443175
Binary101101011000010010000111011011110011110110110010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58487; }

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

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

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

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

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

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

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

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