#B58084

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

Shades of Tapestry #B58084

Tints of Tapestry #B58084

Color information

#B58084 (or 0xB58084) is unknown color: approx Tapestry. HEX triplet: B5, 80 and 84. RGB value is (181,128,132). Sum of RGB (Red+Green+Blue) = 181+128+132=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B58084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58084 is #4A7F7B. Grayscale: #909090. Windows color (decimal): -4882300 or 8683701. OLE color: 8683701.

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

Color convert

RGB181128132-
CMYK00.290.270.29
HSL355.47º26.37%60.59%-
HSV(B)355.47º29.28%70.98%-
XYZ30.9426.9325.4-
YUV144.3121.06154.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=41.04%
G=29.02%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112813200.290.270.29355.4726.3760.59
HexB5808401D1B1D1631a3d
Octal26520020403533355433275
Binary101101011000000010000100011101110111110110110001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58084; }

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

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

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

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

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

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

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

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