#B36885

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

Shades of Tapestry #B36885

Tints of Tapestry #B36885

Color information

#B36885 (or 0xB36885) is unknown color: approx Tapestry. HEX triplet: B3, 68 and 85. RGB value is (179,104,133). Sum of RGB (Red+Green+Blue) = 179+104+133=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B36885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36885 is #4C977A. Grayscale: #818181. Windows color (decimal): -5019515 or 8743091. OLE color: 8743091.

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

Color convert

RGB179104133-
CMYK00.420.260.30
HSL336.8º33.04%55.49%-
HSV(B)336.8º41.9%70.2%-
XYZ27.7721.1824.81-
YUV129.73129.85163.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=43.03%
G=25%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910413300.420.260.30336.833.0455.49
HexB3688502A1A1E1512137
Octal26315020505232365214167
Binary1011001111010001000010101010101101011110101010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36885; }

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

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

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

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

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

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

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

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