#B36B82

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

Shades of Tapestry #B36B82

Tints of Tapestry #B36B82

Color information

#B36B82 (or 0xB36B82) is unknown color: approx Tapestry. HEX triplet: B3, 6B and 82. RGB value is (179,107,130). Sum of RGB (Red+Green+Blue) = 179+107+130=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36B82 is #4C947D. Grayscale: #838383. Windows color (decimal): -5018750 or 8547251. OLE color: 8547251.

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

Color convert

RGB179107130-
CMYK00.400.270.30
HSL340.83º32.14%56.08%-
HSV(B)340.83º40.22%70.2%-
XYZ27.8821.7123.84-
YUV131.15127.35162.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=43.03%
G=25.72%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910713000.400.270.30340.8332.1456.08
HexB36B820281B1E1552038
Octal26315320205033365254070
Binary1011001111010111000001001010001101111110101010101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36B82; }

 p { color: rgb(179,107,130); }

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

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

 a { background-color: rgb(179,107,130); }

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

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

 span { border-color: rgb(179,107,130); }

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