#B58385

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

Shades of Tapestry #B58385

Tints of Tapestry #B58385

Color information

#B58385 (or 0xB58385) is unknown color: approx Tapestry. HEX triplet: B5, 83 and 85. RGB value is (181,131,133). Sum of RGB (Red+Green+Blue) = 181+131+133=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B58385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58385 is #4A7C7A. Grayscale: #929292. Windows color (decimal): -4881531 or 8750005. OLE color: 8750005.

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

Color convert

RGB181131133-
CMYK00.280.270.29
HSL357.6º25.25%61.18%-
HSV(B)357.6º27.62%70.98%-
XYZ31.4127.7525.89-
YUV146.18120.57152.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=40.67%
G=29.44%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113113300.280.270.29357.625.2561.18
HexB5838501C1B1D166193d
Octal26520320503433355463175
Binary101101011000001110000101011100110111110110110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58385; }

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

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

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

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

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

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

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

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