#B3738A

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

Shades of Tapestry #B3738A

Tints of Tapestry #B3738A

Color information

#B3738A (or 0xB3738A) is unknown color: approx Tapestry. HEX triplet: B3, 73 and 8A. RGB value is (179,115,138). Sum of RGB (Red+Green+Blue) = 179+115+138=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B3738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3738A is #4C8C75. Grayscale: #888888. Windows color (decimal): -5016694 or 9073587. OLE color: 9073587.

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

Color convert

RGB179115138-
CMYK00.360.230.30
HSL338.44º29.63%57.65%-
HSV(B)338.44º35.75%70.2%-
XYZ29.3123.6827.07-
YUV136.76128.7158.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=41.44%
G=26.62%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911513800.360.230.30338.4429.6357.65
HexB3738A024171E1521e3a
Octal26316321204427365223672
Binary101100111110011100010100100100101111111010101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3738A; }

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

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

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

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

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

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

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

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