#B58289

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

Shades of Tapestry #B58289

Tints of Tapestry #B58289

Color information

#B58289 (or 0xB58289) is unknown color: approx Tapestry. HEX triplet: B5, 82 and 89. RGB value is (181,130,137). Sum of RGB (Red+Green+Blue) = 181+130+137=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B58289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58289 is #4A7D76. Grayscale: #929292. Windows color (decimal): -4881783 or 9011893. OLE color: 9011893.

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

Color convert

RGB181130137-
CMYK00.280.240.29
HSL351.76º25.63%60.98%-
HSV(B)351.76º28.18%70.98%-
XYZ31.5527.627.33-
YUV146.05122.9152.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 137 (53.91% from 255) = 30.58%
R=40.40%
G=29.02%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113013700.280.240.29351.7625.6360.98
HexB5828901C181D1601a3d
Octal26520221103430355403275
Binary101101011000001010001001011100110001110110110000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58289; }

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

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

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

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

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

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

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

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