#B8728C

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

Shades of Tapestry #B8728C

Tints of Tapestry #B8728C

Color information

#B8728C (or 0xB8728C) is unknown color: approx Tapestry. HEX triplet: B8, 72 and 8C. RGB value is (184,114,140). Sum of RGB (Red+Green+Blue) = 184+114+140=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8728C is #478D73. Grayscale: #898989. Windows color (decimal): -4689268 or 9204408. OLE color: 9204408.

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

Color convert

RGB184114140-
CMYK00.380.240.28
HSL337.71º33.02%58.43%-
HSV(B)337.71º38.04%72.16%-
XYZ30.5224.1227.86-
YUV137.89129.19160.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.01%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=42.01%
G=26.03%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411414000.380.240.28337.7133.0258.43
HexB8728C026181C152213a
Octal27016221404630345224172
Binary1011100011100101000110001001101100011100101010010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8728C; }

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

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

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

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

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

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

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

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