#B3638E

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

Shades of Tapestry #B3638E

Tints of Tapestry #B3638E

Color information

#B3638E (or 0xB3638E) is unknown color: approx Tapestry. HEX triplet: B3, 63 and 8E. RGB value is (179,99,142). Sum of RGB (Red+Green+Blue) = 179+99+142=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3638E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3638E is #4C9C71. Grayscale: #7F7F7F. Windows color (decimal): -5020786 or 9331635. OLE color: 9331635.

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

Color convert

RGB17999142-
CMYK00.450.210.30
HSL327.75º34.48%54.51%-
HSV(B)327.75º44.69%70.2%-
XYZ27.9320.4628.07-
YUV127.82136164.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=42.62%
G=23.57%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799914200.450.210.30327.7534.4854.51
HexB3638E02D151E1482237
Octal26314321605525365104267
Binary1011001111000111000111001011011010111110101001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3638E; }

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

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

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

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

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

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

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

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