#B8728D

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

Shades of Tapestry #B8728D

Tints of Tapestry #B8728D

Color information

#B8728D (or 0xB8728D) is unknown color: approx Tapestry. HEX triplet: B8, 72 and 8D. RGB value is (184,114,141). Sum of RGB (Red+Green+Blue) = 184+114+141=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8728D is #478D72. Grayscale: #898989. Windows color (decimal): -4689267 or 9269944. OLE color: 9269944.

HSL color Cylindrical-coordinate representation of color #B8728D: hue angle of 336.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8728D is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184114141-
CMYK00.380.230.28
HSL336.86º33.02%58.43%-
HSV(B)336.86º38.04%72.16%-
XYZ30.5924.1528.25-
YUV138.01129.69160.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=41.91%
G=25.97%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411414100.380.230.28336.8633.0258.43
HexB8728D026171C151213a
Octal27016221504627345214172
Binary1011100011100101000110101001101011111100101010001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8728D; }

 p { color: rgb(184,114,141); }

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

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

 a { background-color: rgb(184,114,141); }

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

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

 span { border-color: rgb(184,114,141); }

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