#B3708A

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

Shades of Tapestry #B3708A

Tints of Tapestry #B3708A

Color information

#B3708A (or 0xB3708A) is unknown color: approx Tapestry. HEX triplet: B3, 70 and 8A. RGB value is (179,112,138). Sum of RGB (Red+Green+Blue) = 179+112+138=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B3708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3708A is #4C8F75. Grayscale: #868686. Windows color (decimal): -5017462 or 9072819. OLE color: 9072819.

HSL color Cylindrical-coordinate representation of color #B3708A: hue angle of 336.72º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3708A is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179112138-
CMYK00.370.230.30
HSL336.72º30.59%57.06%-
HSV(B)336.72º37.43%70.2%-
XYZ28.9723.0126.96-
YUV135129.7159.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=41.72%
G=26.11%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911213800.370.230.30336.7230.5957.06
HexB3708A025171E1511f39
Octal26316021204527365213771
Binary101100111110000100010100100101101111111010101000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3708A; }

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

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

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

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

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

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

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

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