#B36978

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

Shades of Tapestry #B36978

Tints of Tapestry #B36978

Color information

#B36978 (or 0xB36978) is unknown color: approx Tapestry. HEX triplet: B3, 69 and 78. RGB value is (179,105,120). Sum of RGB (Red+Green+Blue) = 179+105+120=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B36978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36978 is #4C9687. Grayscale: #808080. Windows color (decimal): -5019272 or 7891379. OLE color: 7891379.

HSL color Cylindrical-coordinate representation of color #B36978: hue angle of 347.84º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36978 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB179105120-
CMYK00.410.330.30
HSL347.84º32.74%55.69%-
HSV(B)347.84º41.34%70.2%-
XYZ27.0321.0420.41-
YUV128.84123.02163.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 120 (47.27% from 255) = 29.70%
R=44.31%
G=25.99%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910512000.410.330.30347.8432.7455.69
HexB36978029211E15c2138
Octal26315117005141365344170
Binary1011001111010011111000010100110000111110101011100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36978; }

 p { color: rgb(179,105,120); }

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

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

 a { background-color: rgb(179,105,120); }

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

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

 span { border-color: rgb(179,105,120); }

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