#B36686

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

Shades of Tapestry #B36686

Tints of Tapestry #B36686

Color information

#B36686 (or 0xB36686) is unknown color: approx Tapestry. HEX triplet: B3, 66 and 86. RGB value is (179,102,134). Sum of RGB (Red+Green+Blue) = 179+102+134=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B36686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36686 is #4C9979. Grayscale: #808080. Windows color (decimal): -5020026 or 8808115. OLE color: 8808115.

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

Color convert

RGB179102134-
CMYK00.430.250.30
HSL335.06º33.62%55.1%-
HSV(B)335.06º43.02%70.2%-
XYZ27.6420.8125.11-
YUV128.67131.01163.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=43.13%
G=24.58%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910213400.430.250.30335.0633.6255.1
HexB3668602B191E14f2237
Octal26314620605331365174267
Binary1011001111001101000011001010111100111110101001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36686; }

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

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

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

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

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

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

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

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