#B58092

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

Shades of Tapestry #B58092

Tints of Tapestry #B58092

Color information

#B58092 (or 0xB58092) is unknown color: approx Tapestry. HEX triplet: B5, 80 and 92. RGB value is (181,128,146). Sum of RGB (Red+Green+Blue) = 181+128+146=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B58092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58092 is #4A7F6D. Grayscale: #919191. Windows color (decimal): -4882286 or 9601205. OLE color: 9601205.

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

Color convert

RGB181128146-
CMYK00.290.190.29
HSL339.62º26.37%60.59%-
HSV(B)339.62º29.28%70.98%-
XYZ31.9627.3430.79-
YUV145.9128.06153.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=39.78%
G=28.13%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112814600.290.190.29339.6226.3760.59
HexB5809201D131D1541a3d
Octal26520022203523355243275
Binary101101011000000010010010011101100111110110101010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58092; }

 p { color: rgb(181,128,146); }

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

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

 a { background-color: rgb(181,128,146); }

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

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

 span { border-color: rgb(181,128,146); }

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