#B58290

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

Shades of Tapestry #B58290

Tints of Tapestry #B58290

Color information

#B58290 (or 0xB58290) is unknown color: approx Tapestry. HEX triplet: B5, 82 and 90. RGB value is (181,130,144). Sum of RGB (Red+Green+Blue) = 181+130+144=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B58290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58290 is #4A7D6F. Grayscale: #929292. Windows color (decimal): -4881776 or 9470645. OLE color: 9470645.

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

Color convert

RGB181130144-
CMYK00.280.200.29
HSL343.53º25.63%60.98%-
HSV(B)343.53º28.18%70.98%-
XYZ32.0727.830.06-
YUV146.84126.4152.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=39.78%
G=28.57%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113014400.280.200.29343.5325.6360.98
HexB5829001C141D1581a3d
Octal26520222003424355303275
Binary101101011000001010010000011100101001110110101100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58290; }

 p { color: rgb(181,130,144); }

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

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

 a { background-color: rgb(181,130,144); }

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

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

 span { border-color: rgb(181,130,144); }

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