#B5858A

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

Shades of Tapestry #B5858A

Tints of Tapestry #B5858A

Color information

#B5858A (or 0xB5858A) is unknown color: approx Tapestry. HEX triplet: B5, 85 and 8A. RGB value is (181,133,138). Sum of RGB (Red+Green+Blue) = 181+133+138=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5858A is #4A7A75. Grayscale: #939393. Windows color (decimal): -4881014 or 9078197. OLE color: 9078197.

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

Color convert

RGB181133138-
CMYK00.270.240.29
HSL353.75º24.49%61.57%-
HSV(B)353.75º26.52%70.98%-
XYZ32.0328.4327.84-
YUV147.92122.4151.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=40.04%
G=29.42%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113313800.270.240.29353.7524.4961.57
HexB5858A01B181D162183e
Octal26520521203330355423076
Binary101101011000010110001010011011110001110110110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5858A; }

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

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

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

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

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

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

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

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