#B36391

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

Shades of Tapestry #B36391

Tints of Tapestry #B36391

Color information

#B36391 (or 0xB36391) is unknown color: approx Tapestry. HEX triplet: B3, 63 and 91. RGB value is (179,99,145). Sum of RGB (Red+Green+Blue) = 179+99+145=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B36391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36391 is #4C9C6E. Grayscale: #808080. Windows color (decimal): -5020783 or 9528243. OLE color: 9528243.

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

Color convert

RGB17999145-
CMYK00.450.190.30
HSL325.5º34.48%54.51%-
HSV(B)325.5º44.69%70.2%-
XYZ28.1620.5529.27-
YUV128.16137.5164.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=42.32%
G=23.40%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799914500.450.190.30325.534.4854.51
HexB3639102D131E1462237
Octal26314322105523365064267
Binary1011001111000111001000101011011001111110101000110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36391; }

 p { color: rgb(179,99,145); }

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

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

 a { background-color: rgb(179,99,145); }

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

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

 span { border-color: rgb(179,99,145); }

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