#B36186

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

Shades of Tapestry #B36186

Tints of Tapestry #B36186

Color information

#B36186 (or 0xB36186) is unknown color: approx Tapestry. HEX triplet: B3, 61 and 86. RGB value is (179,97,134). Sum of RGB (Red+Green+Blue) = 179+97+134=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B36186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36186 is #4C9E79. Grayscale: #7D7D7D. Windows color (decimal): -5021306 or 8806835. OLE color: 8806835.

HSL color Cylindrical-coordinate representation of color #B36186: hue angle of 332.93º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36186 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17997134-
CMYK00.460.250.30
HSL332.93º35.04%54.12%-
HSV(B)332.93º45.81%70.2%-
XYZ27.1719.8524.95-
YUV125.74132.67165.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=43.66%
G=23.66%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799713400.460.250.30332.9335.0454.12
HexB3618602E191E14d2336
Octal26314120605631365154366
Binary1011001111000011000011001011101100111110101001101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36186; }

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

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

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

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

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

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

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

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