#B3637C

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

Shades of Tapestry #B3637C

Tints of Tapestry #B3637C

Color information

#B3637C (or 0xB3637C) is unknown color: approx Tapestry. HEX triplet: B3, 63 and 7C. RGB value is (179,99,124). Sum of RGB (Red+Green+Blue) = 179+99+124=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3637C is #4C9C83. Grayscale: #7D7D7D. Windows color (decimal): -5020804 or 8151987. OLE color: 8151987.

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

Color convert

RGB17999124-
CMYK00.450.310.30
HSL341.25º34.48%54.51%-
HSV(B)341.25º44.69%70.2%-
XYZ26.6919.9621.52-
YUV125.77127165.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=44.53%
G=24.63%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799912400.450.310.30341.2534.4854.51
HexB3637C02D1F1E1552237
Octal26314317405537365254267
Binary101100111100011111110001011011111111110101010101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3637C; }

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

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

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

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

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

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

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

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