#B58486

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

Shades of Tapestry #B58486

Tints of Tapestry #B58486

Color information

#B58486 (or 0xB58486) is unknown color: approx Tapestry. HEX triplet: B5, 84 and 86. RGB value is (181,132,134). Sum of RGB (Red+Green+Blue) = 181+132+134=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B58486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58486 is #4A7B79. Grayscale: #929292. Windows color (decimal): -4881274 or 8815797. OLE color: 8815797.

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

Color convert

RGB181132134-
CMYK00.270.260.29
HSL357.55º24.87%61.37%-
HSV(B)357.55º27.07%70.98%-
XYZ31.6128.0526.3-
YUV146.88120.73152.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 134 (52.73% from 255) = 29.98%
R=40.49%
G=29.53%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113213400.270.260.29357.5524.8761.37
HexB5848601B1A1D166193d
Octal26520420603332355463175
Binary101101011000010010000110011011110101110110110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58486; }

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

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

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

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

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

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

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

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