#B36886

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

Shades of Tapestry #B36886

Tints of Tapestry #B36886

Color information

#B36886 (or 0xB36886) is unknown color: approx Tapestry. HEX triplet: B3, 68 and 86. RGB value is (179,104,134). Sum of RGB (Red+Green+Blue) = 179+104+134=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B36886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36886 is #4C9779. Grayscale: #818181. Windows color (decimal): -5019514 or 8808627. OLE color: 8808627.

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

Color convert

RGB179104134-
CMYK00.420.250.30
HSL336º33.04%55.49%-
HSV(B)336º41.9%70.2%-
XYZ27.8421.2125.18-
YUV129.84130.35163.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=42.93%
G=24.94%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910413400.420.250.3033633.0455.49
HexB3688602A191E1502137
Octal26315020605231365204167
Binary1011001111010001000011001010101100111110101010000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36886; }

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

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

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

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

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

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

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

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