#B0728E

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

Shades of Tapestry #B0728E

Tints of Tapestry #B0728E

Color information

#B0728E (or 0xB0728E) is unknown color: approx Tapestry. HEX triplet: B0, 72 and 8E. RGB value is (176,114,142). Sum of RGB (Red+Green+Blue) = 176+114+142=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0728E is #4F8D71. Grayscale: #878787. Windows color (decimal): -5213554 or 9335472. OLE color: 9335472.

HSL color Cylindrical-coordinate representation of color #B0728E: hue angle of 332.9º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0728E is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176114142-
CMYK00.350.190.31
HSL332.9º28.18%56.86%-
HSV(B)332.9º35.23%69.02%-
XYZ28.823.2228.55-
YUV135.73131.54156.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=40.74%
G=26.39%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611414200.350.190.31332.928.1856.86
HexB0728E023131F14d1c39
Octal26016221604323375153471
Binary101100001110010100011100100011100111111110100110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0728E; }

 p { color: rgb(176,114,142); }

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

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

 a { background-color: rgb(176,114,142); }

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

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

 span { border-color: rgb(176,114,142); }

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