#B36379

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

Shades of Tapestry #B36379

Tints of Tapestry #B36379

Color information

#B36379 (or 0xB36379) is unknown color: approx Tapestry. HEX triplet: B3, 63 and 79. RGB value is (179,99,121). Sum of RGB (Red+Green+Blue) = 179+99+121=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B36379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36379 is #4C9C86. Grayscale: #7D7D7D. Windows color (decimal): -5020807 or 7955379. OLE color: 7955379.

HSL color Cylindrical-coordinate representation of color #B36379: hue angle of 343.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36379 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17999121-
CMYK00.450.320.30
HSL343.5º34.48%54.51%-
HSV(B)343.5º44.69%70.2%-
XYZ26.519.8920.53-
YUV125.43125.5166.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=44.86%
G=24.81%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799912100.450.320.30343.534.4854.51
HexB3637902D201E1582237
Octal26314317105540365304267
Binary1011001111000111111001010110110000011110101011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36379; }

 p { color: rgb(179,99,121); }

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

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

 a { background-color: rgb(179,99,121); }

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

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

 span { border-color: rgb(179,99,121); }

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