#B36593

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

Shades of Tapestry #B36593

Tints of Tapestry #B36593

Color information

#B36593 (or 0xB36593) is unknown color: approx Tapestry. HEX triplet: B3, 65 and 93. RGB value is (179,101,147). Sum of RGB (Red+Green+Blue) = 179+101+147=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B36593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36593 is #4C9A6C. Grayscale: #818181. Windows color (decimal): -5020269 or 9659827. OLE color: 9659827.

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

Color convert

RGB179101147-
CMYK00.440.180.30
HSL324.62º33.91%54.9%-
HSV(B)324.62º43.58%70.2%-
XYZ28.512130.15-
YUV129.57137.84163.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=41.92%
G=23.65%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910114700.440.180.30324.6233.9154.9
HexB3659302C121E1452237
Octal26314522305422365054267
Binary1011001111001011001001101011001001011110101000101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36593; }

 p { color: rgb(179,101,147); }

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

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

 a { background-color: rgb(179,101,147); }

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

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

 span { border-color: rgb(179,101,147); }

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