#B36B86

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

Shades of Tapestry #B36B86

Tints of Tapestry #B36B86

Color information

#B36B86 (or 0xB36B86) is unknown color: approx Tapestry. HEX triplet: B3, 6B and 86. RGB value is (179,107,134). Sum of RGB (Red+Green+Blue) = 179+107+134=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36B86 is #4C9479. Grayscale: #838383. Windows color (decimal): -5018746 or 8809395. OLE color: 8809395.

HSL color Cylindrical-coordinate representation of color #B36B86: hue angle of 337.5º 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 #B36B86 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB179107134-
CMYK00.400.250.30
HSL337.5º32.14%56.08%-
HSV(B)337.5º40.22%70.2%-
XYZ28.1521.8225.28-
YUV131.61129.35161.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 134 (52.73% from 255) = 31.90%
R=42.62%
G=25.48%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910713400.400.250.30337.532.1456.08
HexB36B86028191E1522038
Octal26315320605031365224070
Binary1011001111010111000011001010001100111110101010010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36B86; }

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

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

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

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

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

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

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

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