#B0708A

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

Shades of Tapestry #B0708A

Tints of Tapestry #B0708A

Color information

#B0708A (or 0xB0708A) is unknown color: approx Tapestry. HEX triplet: B0, 70 and 8A. RGB value is (176,112,138). Sum of RGB (Red+Green+Blue) = 176+112+138=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B0708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0708A is #4F8F75. Grayscale: #868686. Windows color (decimal): -5214070 or 9072816. OLE color: 9072816.

HSL color Cylindrical-coordinate representation of color #B0708A: hue angle of 335.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0708A is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176112138-
CMYK00.360.220.31
HSL335.62º28.83%56.47%-
HSV(B)335.62º36.36%69.02%-
XYZ28.2922.6526.93-
YUV134.1130.2157.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=41.31%
G=26.29%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611213800.360.220.31335.6228.8356.47
HexB0708A024161F1501d38
Octal26016021204426375203570
Binary101100001110000100010100100100101101111110101000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0708A; }

 p { color: rgb(176,112,138); }

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

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

 a { background-color: rgb(176,112,138); }

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

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

 span { border-color: rgb(176,112,138); }

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